fltk-options: enlarge text area for Linux fonts

This commit is contained in:
Matthias Melcher 2024-03-02 19:41:51 +01:00
parent b74099c5fd
commit c9f54ad744
1 changed files with 1 additions and 1 deletions

View File

@ -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;