UI Tweaks

This commit is contained in:
Serge
2024-04-25 15:09:38 +02:00
parent 950c1802e8
commit d634bdb26c

View File

@@ -112,9 +112,9 @@ namespace GHelper
// //
labelUpdates.Anchor = AnchorStyles.Top | AnchorStyles.Right; labelUpdates.Anchor = AnchorStyles.Top | AnchorStyles.Right;
labelUpdates.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelUpdates.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelUpdates.Location = new Point(919, 19); labelUpdates.Location = new Point(864, 19);
labelUpdates.Name = "labelUpdates"; labelUpdates.Name = "labelUpdates";
labelUpdates.Size = new Size(245, 32); labelUpdates.Size = new Size(302, 32);
labelUpdates.TabIndex = 4; labelUpdates.TabIndex = 4;
labelUpdates.Text = "Updates Available"; labelUpdates.Text = "Updates Available";
// //