Some minor tweaks to the classic theme's options dialog. The SoundFont and
the paths buttons have the same left margin now. svn-id: r22941
This commit is contained in:
parent
61453fa59d
commit
2023505402
1 changed files with 6 additions and 6 deletions
|
@ -163,13 +163,13 @@ const char *Theme::_defaultConfigINI =
|
|||
"# paths tab\n"
|
||||
"yoffset=vBorder\n"
|
||||
"glOff=((buttonHeight - kLineHeight) / 2 + 2)\n"
|
||||
"globaloptions_savebutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight\n"
|
||||
"globaloptions_savebutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
|
||||
"yoffset=(yoffset + buttonHeight + 4)\n"
|
||||
"globaloptions_extrabutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight\n"
|
||||
"globaloptions_extrabutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
|
||||
"yoffset=(yoffset + buttonHeight + 4)\n"
|
||||
"globaloptions_keysbutton=5 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"globaloptions_keysbutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
|
||||
"\n"
|
||||
"globaloptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
|
||||
"globaloptions_ok=(prev.x2 + 10) prev.y prev.w prev.h\n"
|
||||
|
@ -355,7 +355,7 @@ const char *Theme::_defaultConfigINI =
|
|||
"[midiControls]\n"
|
||||
"mcx=10\n"
|
||||
"mcFontButton=mcx opYoffset buttonWidth buttonHeight\n"
|
||||
"mcFontPath=(prev.x2 + 20) (opYoffset + 3) (parent.w - (buttonWidth + 20) - 10) kLineHeight\n"
|
||||
"mcFontPath=(prev.x2 + 20) (opYoffset + 3) (parent.w - (buttonWidth + 20) - 15) kLineHeight\n"
|
||||
"opYoffset=(opYoffset + buttonHeight + 2 * midiControlsSpacing)\n"
|
||||
"mcMixedCheckbox=mcx opYoffset (kFontHeight + 10 + 135) buttonHeight\n"
|
||||
"opYoffset=(opYoffset + buttonHeight + midiControlsSpacing)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue