diff --git a/app/Handheld.Designer.cs b/app/Handheld.Designer.cs index 53ff0120..b1c7c4ec 100644 --- a/app/Handheld.Designer.cs +++ b/app/Handheld.Designer.cs @@ -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); diff --git a/app/Handheld.cs b/app/Handheld.cs index 1e4e944d..5ba00922 100644 --- a/app/Handheld.cs +++ b/app/Handheld.cs @@ -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; diff --git a/app/Matrix.Designer.cs b/app/Matrix.Designer.cs index 38418903..62443eb0 100644 --- a/app/Matrix.Designer.cs +++ b/app/Matrix.Designer.cs @@ -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);