mirror of https://github.com/stella-emu/stella.git
Revert "Doubled gap before "Filter" label"
This reverts commit 345725c73b
.
This commit is contained in:
parent
345725c73b
commit
8867092955
|
@ -73,7 +73,7 @@ LauncherDialog::LauncherDialog(OSystem& osystem, DialogContainer& parent,
|
|||
const bool bottomButtons = instance().settings().getBool("launcherbuttons");
|
||||
int ypos = Dialog::vBorder();
|
||||
|
||||
myUseMinimalUI = !instance().settings().getBool("minimal_ui");
|
||||
myUseMinimalUI = instance().settings().getBool("minimal_ui");
|
||||
|
||||
// if minimalUI, show title within dialog surface instead of showing the filtering control
|
||||
if(myUseMinimalUI) {
|
||||
|
|
Loading…
Reference in New Issue