zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit ddd10537c5e8cc32d1e239ad8861b0f75e9653ad
parent 33efee9311454c51362314fee5bee20be3d52b81
Author: Christopher A. Oliver <[email protected]>
Date:   Mon,  1 Jun 2015 19:55:31 -0400

Fix beginner menubar width.

Diffstat:
Msrc/UI/MasterUI.fl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -926,7 +926,7 @@ if (fl_choice("Exit and leave the unsaved data?","No","Yes",NULL)) code1 {simplemasterwindow->base = "/";} } Fl_Menu_Bar simplemastermenu { - xywh {0 0 690 25} + xywh {0 0 600 25} } { Submenu {} { label {&File}