UI Tweaks

This commit is contained in:
Serge
2024-01-13 13:36:19 +01:00
parent 6eba7dadea
commit 0217b2a993

View File

@@ -1481,7 +1481,7 @@ namespace GHelper
// pictureAlly // pictureAlly
// //
pictureAlly.BackgroundImage = Properties.Resources.icons8_controller_32; pictureAlly.BackgroundImage = Properties.Resources.icons8_controller_32;
pictureAlly.BackgroundImageLayout = ImageLayout.Center; pictureAlly.BackgroundImageLayout = ImageLayout.Zoom;
pictureAlly.Location = new Point(5, 0); pictureAlly.Location = new Point(5, 0);
pictureAlly.Margin = new Padding(4); pictureAlly.Margin = new Padding(4);
pictureAlly.Name = "pictureAlly"; pictureAlly.Name = "pictureAlly";
@@ -1493,7 +1493,7 @@ namespace GHelper
// //
labelAlly.AutoSize = true; labelAlly.AutoSize = true;
labelAlly.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); 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.Margin = new Padding(8, 0, 8, 0);
labelAlly.Name = "labelAlly"; labelAlly.Name = "labelAlly";
labelAlly.Size = new Size(58, 32); labelAlly.Size = new Size(58, 32);