From 37303ddf02b4cc43a412de91838668eeeff1b4ac Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sun, 16 Jul 2023 23:49:31 +0200 Subject: [PATCH] Fix doubled border in Settings dialog --- windows/TweetDuck/Dialogs/FormSettings.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/TweetDuck/Dialogs/FormSettings.Designer.cs b/windows/TweetDuck/Dialogs/FormSettings.Designer.cs index 303eb077..f879b471 100644 --- a/windows/TweetDuck/Dialogs/FormSettings.Designer.cs +++ b/windows/TweetDuck/Dialogs/FormSettings.Designer.cs @@ -50,10 +50,10 @@ private void InitializeComponent() { | System.Windows.Forms.AnchorStyles.Right))); this.panelContents.AutoScroll = true; this.panelContents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panelContents.Location = new System.Drawing.Point(135, 12); + this.panelContents.Location = new System.Drawing.Point(134, 12); this.panelContents.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.panelContents.Name = "panelContents"; - this.panelContents.Size = new System.Drawing.Size(662, 482); + this.panelContents.Size = new System.Drawing.Size(663, 482); this.panelContents.TabIndex = 1; // // panelButtons