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)