From 5b736d13d96b1de646e71ac5860444b210a28797 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Tue, 5 Jul 2022 09:23:09 +0200 Subject: [PATCH] Revert "Doubled gap before "Filter" label" This reverts commit 84c391e17df47c3c4f4974ac8e035c4c05a3ab6a. --- src/gui/LauncherDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 0a7258945..e8ab29bb6 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -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) {