From 0c600e7927cc604a149bd9565e4ccb66f328044c Mon Sep 17 00:00:00 2001
From: vinix38 <68441743+vinix38@users.noreply.github.com>
Date: Wed, 20 Oct 2021 10:20:33 +0200
Subject: [PATCH 1/2] Update EditLabelsDialog.fr-FR.resx
---
GUI/Localization/fr-FR/EditLabelsDialog.fr-FR.resx | 1 +
1 file changed, 1 insertion(+)
diff --git a/GUI/Localization/fr-FR/EditLabelsDialog.fr-FR.resx b/GUI/Localization/fr-FR/EditLabelsDialog.fr-FR.resx
index 9908571387..234267d50e 100644
--- a/GUI/Localization/fr-FR/EditLabelsDialog.fr-FR.resx
+++ b/GUI/Localization/fr-FR/EditLabelsDialog.fr-FR.resx
@@ -130,6 +130,7 @@
Enlever en cas de mise à jour
Alerter lors de l'installation
Enlever lors de l'installation
+ Ne pas mettre à jour
Fermer
Sauvegarder
Annuler
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 2/2] 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");