diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index d6649088f0a1b2eee674fb54d280d457cb3d9efa..93a6d6cc718b644151fc0a21ff4c79c2a41322f1 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -89,7 +89,7 @@ fieldWindow::fieldWindow(int deltaFontSize) : _deltaFontSize(deltaFontSize) FL_NORMAL_SIZE -= deltaFontSize; int width0 = 34 * FL_NORMAL_SIZE + WB; - int height0 = 13 * BH + 5 * WB; + int height0 = 12 * BH + 4 * WB; int width = (CTX.field_size[0] < width0) ? width0 : CTX.field_size[0]; int height = (CTX.field_size[1] < height0) ? height0 : CTX.field_size[1];