From 8400e0f1a96c28bd0a0166f7bd867aa418297ddf Mon Sep 17 00:00:00 2001 From: Rene Modery Date: Tue, 27 Aug 2024 10:43:39 +0800 Subject: [PATCH] default properties checkbox text size fix --- PowerDocu.GUI/PowerDocuForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerDocu.GUI/PowerDocuForm.Designer.cs b/PowerDocu.GUI/PowerDocuForm.Designer.cs index a7d403a..297aae0 100644 --- a/PowerDocu.GUI/PowerDocuForm.Designer.cs +++ b/PowerDocu.GUI/PowerDocuForm.Designer.cs @@ -235,7 +235,7 @@ private TabPage createSettingsTabPage() TextAlign = ContentAlignment.MiddleLeft, Text = "Canvas Apps: Document default values of properties", Checked = true, - Size = new Size(convertToDPISpecific(300), convertToDPISpecific(30)), + Size = new Size(convertToDPISpecific(350), convertToDPISpecific(30)), Location = new Point(convertToDPISpecific(15), documentEverythingRadioButton.Location.Y + documentEverythingRadioButton.Height) }; documentationOptionsGroup.Controls.Add(documentDefaultsCheckBox);