From c9f54ad744c57789bfba1c28c945502463f3c845 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 2 Mar 2024 19:41:51 +0100 Subject: fltk-options: enlarge text area for Linux fonts --- fltk-options/fltk-options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx index 526e1d680..b1dec34d0 100644 --- a/fltk-options/fltk-options.cxx +++ b/fltk-options/fltk-options.cxx @@ -37,7 +37,7 @@ const int FO_GAP = 10; const int FO_BROWSER_W = 200; const int FO_SCROLL_W = 16 + 4; //Fl::scrollbar_size() + Fl::box_dw(FL_DOWN_BOX); const int FO_CHOICE_W = 75; -const int FO_OPTIONS_W = 380; +const int FO_OPTIONS_W = 420; const int FO_BUTTON_W = 75; const int FO_WINDOW_W = FO_GAP + FO_BROWSER_W + FO_GAP + FO_SCROLL_W + FO_OPTIONS_W + FO_SCROLL_W + FO_GAP; const int FO_SYSTEM_X = FO_OPTIONS_W - 2*FO_GAP - 2*FO_CHOICE_W; -- cgit v1.2.3