commit 89e09cbcfe37a91902edb3ee46e512983884ca7b
parent 5be30e2e3e064ecd9b5fd1ee41826e2d091ce605
Author: Christopher A. Oliver <[email protected]>
Date: Fri, 29 May 2015 23:28:22 -0400
Make main window a little fatter to accommodate new widget positions.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl
@@ -233,14 +233,14 @@ class MasterUI {open
|| fl_choice("Exit and leave the unsaved data?","No","Yes",NULL))) {
close();
};} open
- xywh {330 365 390 525} type Double xclass zynaddsubfx visible
+ xywh {330 365 400 525} type Double xclass zynaddsubfx visible
} {
Fl_Group win_root {open
- xywh {0 0 390 525}
+ xywh {0 0 400 525}
class Fl_Osc_Group
} {
Fl_Menu_Bar mastermenu {
- xywh {0 5 690 25}
+ xywh {0 5 400 25}
} {
Submenu {} {
label {&File}