mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI Tweaks
This commit is contained in:
4
app/Settings.Designer.cs
generated
4
app/Settings.Designer.cs
generated
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user