UI Tweaks

This commit is contained in:
Serge
2024-02-04 13:52:38 +01:00
parent a32920586c
commit c9458494aa
3 changed files with 5 additions and 3 deletions

View File

@@ -1010,7 +1010,7 @@
// labelVibraTitle
//
labelVibraTitle.AutoSize = true;
labelVibraTitle.Location = new Point(77, 14);
labelVibraTitle.Location = new Point(54, 14);
labelVibraTitle.Margin = new Padding(4, 0, 4, 0);
labelVibraTitle.Name = "labelVibraTitle";
labelVibraTitle.Size = new Size(209, 32);

View File

@@ -14,6 +14,8 @@ namespace GHelper
InitializeComponent();
InitTheme(true);
Text = Properties.Strings.Controller;
labelLSTitle.Text = Properties.Strings.LSDeadzones;
labelRSTitle.Text = Properties.Strings.RSDeadzones;
labelLTTitle.Text = Properties.Strings.LTDeadzones;

View File

@@ -222,7 +222,7 @@
comboRotation.FormattingEnabled = true;
comboRotation.ItemHeight = 32;
comboRotation.Items.AddRange(new object[] { "Straight", "Diagonal" });
comboRotation.Location = new Point(229, 17);
comboRotation.Location = new Point(279, 17);
comboRotation.Margin = new Padding(4, 11, 4, 8);
comboRotation.Name = "comboRotation";
comboRotation.Size = new Size(322, 40);
@@ -256,7 +256,7 @@
comboScaling.FormattingEnabled = true;
comboScaling.ItemHeight = 32;
comboScaling.Items.AddRange(new object[] { "Default", "Low", "High", "Bilinear", "Bicubic", "NearestNeighbor", "HighQualityBilinear", "HighQualityBicubic" });
comboScaling.Location = new Point(229, 17);
comboScaling.Location = new Point(279, 17);
comboScaling.Margin = new Padding(4, 11, 4, 8);
comboScaling.Name = "comboScaling";
comboScaling.Size = new Size(322, 40);