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