From 1b10be93ed7ce8fbede332a272e2706d38186a96 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:44:55 +0100 Subject: [PATCH] UI fix https://github.com/seerge/g-helper/issues/1669 --- app/Settings.Designer.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index f8a5d71c..1392e3a2 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -206,10 +206,10 @@ namespace GHelper comboMatrixRunning.FormattingEnabled = true; comboMatrixRunning.ItemHeight = 32; comboMatrixRunning.Items.AddRange(new object[] { Properties.Strings.MatrixBanner, Properties.Strings.MatrixLogo, Properties.Strings.MatrixPicture, Properties.Strings.MatrixClock, Properties.Strings.MatrixAudio }); - comboMatrixRunning.Location = new Point(266, 11); - comboMatrixRunning.Margin = new Padding(4, 11, 4, 8); + comboMatrixRunning.Location = new Point(269, 11); + comboMatrixRunning.Margin = new Padding(7, 11, 7, 8); comboMatrixRunning.Name = "comboMatrixRunning"; - comboMatrixRunning.Size = new Size(254, 40); + comboMatrixRunning.Size = new Size(248, 40); comboMatrixRunning.TabIndex = 17; // // buttonMatrix @@ -1439,7 +1439,6 @@ namespace GHelper MinimumSize = new Size(822, 71); Name = "SettingsForm"; Padding = new Padding(11); - ShowIcon = true; StartPosition = FormStartPosition.CenterScreen; Text = "G-Helper"; panelMatrix.ResumeLayout(false);