Optimized icons
|
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 924 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 992 B |
|
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 611 B |
|
Before Width: | Height: | Size: 965 B After Width: | Height: | Size: 851 B |
|
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 837 B |
|
Before Width: | Height: | Size: 819 B After Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 949 B |
8
app/Settings.Designer.cs
generated
@@ -528,10 +528,10 @@ namespace GHelper
|
||||
tableGPU.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
||||
tableGPU.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
||||
tableGPU.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
||||
tableGPU.Controls.Add(buttonOptimized, 0, 0);
|
||||
tableGPU.Controls.Add(buttonEco, 1, 0);
|
||||
tableGPU.Controls.Add(buttonStandard, 2, 0);
|
||||
tableGPU.Controls.Add(buttonUltimate, 3, 0);
|
||||
tableGPU.Controls.Add(buttonEco, 0, 0);
|
||||
tableGPU.Controls.Add(buttonStandard, 1, 0);
|
||||
tableGPU.Controls.Add(buttonUltimate, 2, 0);
|
||||
tableGPU.Controls.Add(buttonOptimized, 3, 0);
|
||||
tableGPU.Location = new Point(15, 48);
|
||||
tableGPU.Margin = new Padding(4, 2, 4, 2);
|
||||
tableGPU.Name = "tableGPU";
|
||||
|
||||
@@ -570,7 +570,6 @@ namespace GHelper
|
||||
if (overdrive > 0)
|
||||
Program.wmi.DeviceSet(ASUSWmi.ScreenOverdrive, overdrive);
|
||||
|
||||
//Program.config.setConfig("screen_auto", 0);
|
||||
InitScreen();
|
||||
|
||||
Logger.WriteLine("Screen " + frequency.ToString() + "Hz");
|
||||
|
||||