mirror of https://github.com/fltk/fltk
fltk-options: enlarge text area for Linux fonts
This commit is contained in:
parent
b74099c5fd
commit
c9f54ad744
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue