Ticket #3034: 3034.patch
File 3034.patch, 330 bytes (added by , 16 years ago) |
---|
-
CalcWindow.cpp
45 45 AddChild(fCalcView); 46 46 fCalcView->AddChild(dragger); 47 47 48 SetSizeLimits( 50.0, 400.0, 22.0, 400.0);48 SetSizeLimits(100.0, 400.0, 100.0, 400.0); 49 49 } 50 50 51 51