From a06f7f6810dc33f3424ff5690a4b5f2019ddc55a Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:14:45 +0100 Subject: [PATCH] UI Tweaks to match button and dropdown sizes --- app/Settings.Designer.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index fb7914a7..1b718cd6 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -317,6 +317,7 @@ namespace GHelper buttonMatrix.FlatStyle = FlatStyle.Flat; buttonMatrix.Location = new Point(526, 4); buttonMatrix.Margin = new Padding(2, 4, 4, 8); + buttonMatrix.MaximumSize = new Size(0, 48); buttonMatrix.Name = "buttonMatrix"; buttonMatrix.Secondary = true; buttonMatrix.Size = new Size(255, 42); @@ -1248,6 +1249,7 @@ namespace GHelper buttonKeyboard.ImageAlign = ContentAlignment.MiddleRight; buttonKeyboard.Location = new Point(526, 4); buttonKeyboard.Margin = new Padding(2, 4, 4, 8); + buttonKeyboard.MaximumSize = new Size(0, 48); buttonKeyboard.Name = "buttonKeyboard"; buttonKeyboard.Secondary = true; buttonKeyboard.Size = new Size(255, 42); @@ -1302,6 +1304,7 @@ namespace GHelper buttonKeyboardColor.ForeColor = SystemColors.ControlText; buttonKeyboardColor.Location = new Point(0, 0); buttonKeyboardColor.Margin = new Padding(4, 8, 4, 8); + buttonKeyboardColor.MaximumSize = new Size(0, 48); buttonKeyboardColor.Name = "buttonKeyboardColor"; buttonKeyboardColor.Secondary = false; buttonKeyboardColor.Size = new Size(253, 44);