From c707b418efec4f27e8ba66cd008d66e36188f645 Mon Sep 17 00:00:00 2001 From: Acts 19 quiz Date: Mon, 6 May 2024 14:41:18 -0500 Subject: [PATCH] Narrow the Launcher check box clickable areas to stop overlap and fix #2558 --- src/launcher/settingspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher/settingspage.cpp b/src/launcher/settingspage.cpp index 9cd89bcd0..1bfe54d22 100644 --- a/src/launcher/settingspage.cpp +++ b/src/launcher/settingspage.cpp @@ -161,7 +161,7 @@ void SettingsPage::OnLanguageChanged(int i) void SettingsPage::OnGeometryChanged() { - double panelWidth = 200.0; + double panelWidth = 160.0; double y = 0.0; double w = GetWidth(); double h = GetHeight();