mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Improved UI for hiding visual modes https://github.com/seerge/g-helper/issues/2301
This commit is contained in:
3
app/Settings.Designer.cs
generated
3
app/Settings.Designer.cs
generated
@@ -1705,7 +1705,6 @@ namespace GHelper
|
||||
//
|
||||
// labelVisual
|
||||
//
|
||||
labelVisual.Dock = DockStyle.Top;
|
||||
labelVisual.ForeColor = SystemColors.GrayText;
|
||||
labelVisual.Location = new Point(20, 170);
|
||||
labelVisual.Margin = new Padding(4, 0, 4, 0);
|
||||
@@ -1875,7 +1874,7 @@ namespace GHelper
|
||||
AutoScaleMode = AutoScaleMode.Dpi;
|
||||
AutoSize = true;
|
||||
AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||
ClientSize = new Size(849, 2001);
|
||||
ClientSize = new Size(849, 1559);
|
||||
Controls.Add(panelFooter);
|
||||
Controls.Add(panelVersion);
|
||||
Controls.Add(panelBattery);
|
||||
|
||||
Reference in New Issue
Block a user