From 084a200020511e0f66a5c2f8fa51b143dde22c7a Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:16:55 +0100 Subject: [PATCH] UI Tweaks https://github.com/seerge/g-helper/issues/2301 --- app/Settings.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Settings.cs b/app/Settings.cs index 6dd31d64..39f160d8 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -1205,6 +1205,8 @@ namespace GHelper buttonMiniled.Visible = false; } + SuspendLayout(); + if (!screenEnabled) { labelVisual.Text = Properties.Strings.VisualModesScreen; @@ -1221,6 +1223,8 @@ namespace GHelper labelVisual.Visible = false; } + ResumeLayout(); + } private void ButtonQuit_Click(object? sender, EventArgs e)