Skip to content

Commit

Permalink
Narrow the Launcher check box clickable areas to stop overlap and fix Z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Acts 19 quiz authored and RicardoLuis0 committed May 27, 2024
1 parent ae28eea commit c707b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/settingspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c707b41

Please sign in to comment.