From 8c62f1b77b3b8d460d17de4c1bdc8fd82361741a Mon Sep 17 00:00:00 2001 From: vinix38 <68441743+vinix38@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:34:50 +0200 Subject: [PATCH] color selection button bigger to fit text --- GUI/Dialogs/EditLabelsDialog.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Dialogs/EditLabelsDialog.Designer.cs b/GUI/Dialogs/EditLabelsDialog.Designer.cs index e634e2f17b..f8f839531c 100644 --- a/GUI/Dialogs/EditLabelsDialog.Designer.cs +++ b/GUI/Dialogs/EditLabelsDialog.Designer.cs @@ -190,7 +190,7 @@ private void InitializeComponent() this.ColorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ColorButton.Location = new System.Drawing.Point(118, 40); this.ColorButton.Name = "ColorButton"; - this.ColorButton.Size = new System.Drawing.Size(50, 20); + this.ColorButton.Size = new System.Drawing.Size(80, 20); this.ColorButton.UseVisualStyleBackColor = false; this.ColorButton.Click += new System.EventHandler(this.ColorButton_Click); resources.ApplyResources(this.ColorButton, "ColorButton");