diff --git a/GUI/Controls/TriStateToggle.cs b/GUI/Controls/TriStateToggle.cs index 661985ae92..fff7345cbc 100644 --- a/GUI/Controls/TriStateToggle.cs +++ b/GUI/Controls/TriStateToggle.cs @@ -35,7 +35,7 @@ public TriStateToggle() Appearance = Appearance.Button, BackColor = SystemColors.Highlight, FlatStyle = FlatStyle.Flat, - Location = new Point(33, 0), + Location = new Point(32, 0), Size = new Size(33, 20), Image = Properties.Resources.triToggleBoth, Checked = true, @@ -48,7 +48,7 @@ public TriStateToggle() { Appearance = Appearance.Button, FlatStyle = FlatStyle.Flat, - Location = new Point(66, 0), + Location = new Point(64, 0), Size = new Size(33, 20), Image = Properties.Resources.triToggleNo, UseVisualStyleBackColor = false, @@ -60,7 +60,7 @@ public TriStateToggle() Controls.Add(BothRadioButton); Controls.Add(NoRadioButton); - Size = new Size(99, 20); + Size = new Size(97, 20); ResumeLayout(false); PerformLayout();