diff --git a/src/apps/deskcalc/CalcWindow.cpp b/src/apps/deskcalc/CalcWindow.cpp index 9e30e28633..bfac1ed87e 100644 --- a/src/apps/deskcalc/CalcWindow.cpp +++ b/src/apps/deskcalc/CalcWindow.cpp @@ -45,7 +45,7 @@ CalcWindow::CalcWindow(BRect frame) AddChild(fCalcView); fCalcView->AddChild(dragger); - SetSizeLimits(50.0, 400.0, 22.0, 400.0); + SetSizeLimits(100.0, 400.0, 100.0, 400.0); }