UI Tweaks

This commit is contained in:
Serge
2024-03-13 19:23:36 +01:00
parent 623282dccf
commit 092fd537ce

View File

@@ -1276,7 +1276,7 @@ namespace GHelper
// pictureColor2
//
pictureColor2.Anchor = AnchorStyles.Top | AnchorStyles.Right;
pictureColor2.Location = new Point(185, 15);
pictureColor2.Location = new Point(185, 14);
pictureColor2.Margin = new Padding(8);
pictureColor2.Name = "pictureColor2";
pictureColor2.Size = new Size(20, 20);
@@ -1286,7 +1286,7 @@ namespace GHelper
// pictureColor
//
pictureColor.Anchor = AnchorStyles.Top | AnchorStyles.Right;
pictureColor.Location = new Point(216, 15);
pictureColor.Location = new Point(216, 14);
pictureColor.Margin = new Padding(8);
pictureColor.Name = "pictureColor";
pictureColor.Size = new Size(20, 20);