mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI tweaks to prevent window resizing on hiding visual modes https://github.com/seerge/g-helper/issues/2301
This commit is contained in:
18
app/Settings.Designer.cs
generated
18
app/Settings.Designer.cs
generated
@@ -188,7 +188,7 @@ namespace GHelper
|
|||||||
panelMatrix.Controls.Add(tableLayoutMatrix);
|
panelMatrix.Controls.Add(tableLayoutMatrix);
|
||||||
panelMatrix.Controls.Add(panelMatrixTitle);
|
panelMatrix.Controls.Add(panelMatrixTitle);
|
||||||
panelMatrix.Dock = DockStyle.Top;
|
panelMatrix.Dock = DockStyle.Top;
|
||||||
panelMatrix.Location = new Point(11, 1039);
|
panelMatrix.Location = new Point(11, 1051);
|
||||||
panelMatrix.Margin = new Padding(0);
|
panelMatrix.Margin = new Padding(0);
|
||||||
panelMatrix.Name = "panelMatrix";
|
panelMatrix.Name = "panelMatrix";
|
||||||
panelMatrix.Padding = new Padding(20, 20, 20, 11);
|
panelMatrix.Padding = new Padding(20, 20, 20, 11);
|
||||||
@@ -368,7 +368,7 @@ namespace GHelper
|
|||||||
panelBattery.Controls.Add(sliderBattery);
|
panelBattery.Controls.Add(sliderBattery);
|
||||||
panelBattery.Controls.Add(panelBatteryTitle);
|
panelBattery.Controls.Add(panelBatteryTitle);
|
||||||
panelBattery.Dock = DockStyle.Top;
|
panelBattery.Dock = DockStyle.Top;
|
||||||
panelBattery.Location = new Point(11, 1693);
|
panelBattery.Location = new Point(11, 1705);
|
||||||
panelBattery.Margin = new Padding(0);
|
panelBattery.Margin = new Padding(0);
|
||||||
panelBattery.Name = "panelBattery";
|
panelBattery.Name = "panelBattery";
|
||||||
panelBattery.Padding = new Padding(20, 20, 20, 11);
|
panelBattery.Padding = new Padding(20, 20, 20, 11);
|
||||||
@@ -460,7 +460,7 @@ namespace GHelper
|
|||||||
panelFooter.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
panelFooter.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
panelFooter.Controls.Add(tableButtons);
|
panelFooter.Controls.Add(tableButtons);
|
||||||
panelFooter.Dock = DockStyle.Top;
|
panelFooter.Dock = DockStyle.Top;
|
||||||
panelFooter.Location = new Point(11, 1869);
|
panelFooter.Location = new Point(11, 1881);
|
||||||
panelFooter.Margin = new Padding(0);
|
panelFooter.Margin = new Padding(0);
|
||||||
panelFooter.Name = "panelFooter";
|
panelFooter.Name = "panelFooter";
|
||||||
panelFooter.Padding = new Padding(20);
|
panelFooter.Padding = new Padding(20);
|
||||||
@@ -1207,7 +1207,7 @@ namespace GHelper
|
|||||||
panelKeyboard.Controls.Add(tableLayoutKeyboard);
|
panelKeyboard.Controls.Add(tableLayoutKeyboard);
|
||||||
panelKeyboard.Controls.Add(panelKeyboardTitle);
|
panelKeyboard.Controls.Add(panelKeyboardTitle);
|
||||||
panelKeyboard.Dock = DockStyle.Top;
|
panelKeyboard.Dock = DockStyle.Top;
|
||||||
panelKeyboard.Location = new Point(11, 1362);
|
panelKeyboard.Location = new Point(11, 1374);
|
||||||
panelKeyboard.Margin = new Padding(0);
|
panelKeyboard.Margin = new Padding(0);
|
||||||
panelKeyboard.Name = "panelKeyboard";
|
panelKeyboard.Name = "panelKeyboard";
|
||||||
panelKeyboard.Padding = new Padding(20);
|
panelKeyboard.Padding = new Padding(20);
|
||||||
@@ -1391,7 +1391,7 @@ namespace GHelper
|
|||||||
panelVersion.Controls.Add(labelCharge);
|
panelVersion.Controls.Add(labelCharge);
|
||||||
panelVersion.Controls.Add(checkStartup);
|
panelVersion.Controls.Add(checkStartup);
|
||||||
panelVersion.Dock = DockStyle.Top;
|
panelVersion.Dock = DockStyle.Top;
|
||||||
panelVersion.Location = new Point(11, 1813);
|
panelVersion.Location = new Point(11, 1825);
|
||||||
panelVersion.Margin = new Padding(4);
|
panelVersion.Margin = new Padding(4);
|
||||||
panelVersion.Name = "panelVersion";
|
panelVersion.Name = "panelVersion";
|
||||||
panelVersion.Size = new Size(827, 56);
|
panelVersion.Size = new Size(827, 56);
|
||||||
@@ -1416,7 +1416,7 @@ namespace GHelper
|
|||||||
panelPeripherals.Controls.Add(tableLayoutPeripherals);
|
panelPeripherals.Controls.Add(tableLayoutPeripherals);
|
||||||
panelPeripherals.Controls.Add(panelPeripheralsTile);
|
panelPeripherals.Controls.Add(panelPeripheralsTile);
|
||||||
panelPeripherals.Dock = DockStyle.Top;
|
panelPeripherals.Dock = DockStyle.Top;
|
||||||
panelPeripherals.Location = new Point(11, 1494);
|
panelPeripherals.Location = new Point(11, 1506);
|
||||||
panelPeripherals.Margin = new Padding(0);
|
panelPeripherals.Margin = new Padding(0);
|
||||||
panelPeripherals.Name = "panelPeripherals";
|
panelPeripherals.Name = "panelPeripherals";
|
||||||
panelPeripherals.Padding = new Padding(20, 20, 20, 11);
|
panelPeripherals.Padding = new Padding(20, 20, 20, 11);
|
||||||
@@ -1558,7 +1558,7 @@ namespace GHelper
|
|||||||
panelAlly.Controls.Add(tableLayoutAlly);
|
panelAlly.Controls.Add(tableLayoutAlly);
|
||||||
panelAlly.Controls.Add(panelAllyTitle);
|
panelAlly.Controls.Add(panelAllyTitle);
|
||||||
panelAlly.Dock = DockStyle.Top;
|
panelAlly.Dock = DockStyle.Top;
|
||||||
panelAlly.Location = new Point(11, 1222);
|
panelAlly.Location = new Point(11, 1234);
|
||||||
panelAlly.Margin = new Padding(0);
|
panelAlly.Margin = new Padding(0);
|
||||||
panelAlly.Name = "panelAlly";
|
panelAlly.Name = "panelAlly";
|
||||||
panelAlly.Padding = new Padding(20, 20, 20, 0);
|
panelAlly.Padding = new Padding(20, 20, 20, 0);
|
||||||
@@ -1699,7 +1699,7 @@ namespace GHelper
|
|||||||
panelGamma.Margin = new Padding(0);
|
panelGamma.Margin = new Padding(0);
|
||||||
panelGamma.Name = "panelGamma";
|
panelGamma.Name = "panelGamma";
|
||||||
panelGamma.Padding = new Padding(20, 11, 20, 11);
|
panelGamma.Padding = new Padding(20, 11, 20, 11);
|
||||||
panelGamma.Size = new Size(827, 221);
|
panelGamma.Size = new Size(827, 233);
|
||||||
panelGamma.TabIndex = 9;
|
panelGamma.TabIndex = 9;
|
||||||
panelGamma.Visible = false;
|
panelGamma.Visible = false;
|
||||||
//
|
//
|
||||||
@@ -1711,7 +1711,7 @@ namespace GHelper
|
|||||||
labelVisual.Margin = new Padding(4, 0, 4, 0);
|
labelVisual.Margin = new Padding(4, 0, 4, 0);
|
||||||
labelVisual.Name = "labelVisual";
|
labelVisual.Name = "labelVisual";
|
||||||
labelVisual.Padding = new Padding(4);
|
labelVisual.Padding = new Padding(4);
|
||||||
labelVisual.Size = new Size(787, 40);
|
labelVisual.Size = new Size(787, 52);
|
||||||
labelVisual.TabIndex = 42;
|
labelVisual.TabIndex = 42;
|
||||||
labelVisual.Text = "Visual Modes are not available when HDR is active";
|
labelVisual.Text = "Visual Modes are not available when HDR is active";
|
||||||
labelVisual.Visible = false;
|
labelVisual.Visible = false;
|
||||||
|
|||||||
@@ -1215,8 +1215,8 @@ namespace GHelper
|
|||||||
tableVisual.Visible = false;
|
tableVisual.Visible = false;
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
labelVisual.Visible = false;
|
|
||||||
tableVisual.Visible = true;
|
tableVisual.Visible = true;
|
||||||
|
labelVisual.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user