mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
KB Brightness control for TUF models
This commit is contained in:
4
app/Settings.Designer.cs
generated
4
app/Settings.Designer.cs
generated
@@ -596,9 +596,9 @@ namespace GHelper
|
||||
tableGPU.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
||||
tableGPU.Controls.Add(buttonEco, 0, 0);
|
||||
tableGPU.Controls.Add(buttonStandard, 1, 0);
|
||||
tableGPU.Controls.Add(buttonXGM, 2, 0);
|
||||
tableGPU.Controls.Add(buttonOptimized, 2, 0);
|
||||
tableGPU.Controls.Add(buttonUltimate, 2, 0);
|
||||
tableGPU.Controls.Add(buttonXGM, 3, 0);
|
||||
tableGPU.Controls.Add(buttonOptimized, 3, 0);
|
||||
tableGPU.Location = new Point(16, 60);
|
||||
tableGPU.Margin = new Padding(8, 4, 8, 4);
|
||||
tableGPU.Name = "tableGPU";
|
||||
|
||||
Reference in New Issue
Block a user