mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-22 20:11:14 +00:00
Narrow the Launcher check box clickable areas to stop overlap and fix #2558
This commit is contained in:
parent
ae28eeae94
commit
c707b418ef
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void SettingsPage::OnLanguageChanged(int i)
|
||||||
|
|
||||||
void SettingsPage::OnGeometryChanged()
|
void SettingsPage::OnGeometryChanged()
|
||||||
{
|
{
|
||||||
double panelWidth = 200.0;
|
double panelWidth = 160.0;
|
||||||
double y = 0.0;
|
double y = 0.0;
|
||||||
double w = GetWidth();
|
double w = GetWidth();
|
||||||
double h = GetHeight();
|
double h = GetHeight();
|
||||||
|
|
Loading…
Reference in a new issue