From 0217b2a99357eaca87d6f0bcaaef3ef35f42e5f3 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:36:19 +0100 Subject: [PATCH] UI Tweaks --- app/Settings.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index 52a63f3c..285cf8ee 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -1481,7 +1481,7 @@ namespace GHelper // pictureAlly // pictureAlly.BackgroundImage = Properties.Resources.icons8_controller_32; - pictureAlly.BackgroundImageLayout = ImageLayout.Center; + pictureAlly.BackgroundImageLayout = ImageLayout.Zoom; pictureAlly.Location = new Point(5, 0); pictureAlly.Margin = new Padding(4); pictureAlly.Name = "pictureAlly"; @@ -1493,7 +1493,7 @@ namespace GHelper // labelAlly.AutoSize = true; labelAlly.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelAlly.Location = new Point(45, 0); + labelAlly.Location = new Point(42, -2); labelAlly.Margin = new Padding(8, 0, 8, 0); labelAlly.Name = "labelAlly"; labelAlly.Size = new Size(58, 32);