Skip to content

Commit 74466d9

Browse files
committed
fix: Menu update label positioned statically
Was right-aligned by code and could also be partly hidden by "What's new?" label.
1 parent c81447b commit 74466d9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Source/Menu/MainForm.Designer.cs

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/Menu/MainForm.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,6 @@ void CheckForUpdate()
330330
linkLabelUpdate.Image = ElevationIcon;
331331
else
332332
linkLabelUpdate.Image = null;
333-
linkLabelUpdate.AutoSize = true;
334-
linkLabelUpdate.Left = panelDetails.Right - linkLabelUpdate.Width - ElevationIcon.Width;
335-
linkLabelUpdate.AutoSize = false;
336-
linkLabelUpdate.Width = panelDetails.Right - linkLabelUpdate.Left;
337-
linkLabelUpdate.Location = new System.Drawing.Point(700, 9);
338333
});
339334
}
340335

0 commit comments

Comments
 (0)