From 2c9dd203d5f39152f60dbd88d489a247501a385a Mon Sep 17 00:00:00 2001 From: Bryce Yancey Date: Sun, 6 Sep 2020 11:18:11 -0600 Subject: [PATCH] Swap Location of Zoom out to Fit & Autozoom options After removal of the "Zoom out Large Issues" option in the settings checkbox, I was just glancing at the settings and thought the Zoom group would look bettter with the dropdowns for Zoom In and Zoom Out at the top, and the checkbox option to enable zoom on single click at the bottom. Very minor adjustment, so take it or leave it, either way is fine, but I went ahead and changed it to see how it looked, liked it, so figured I'd submit. --- UVtools.GUI/Forms/FrmSettings.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UVtools.GUI/Forms/FrmSettings.Designer.cs b/UVtools.GUI/Forms/FrmSettings.Designer.cs index 5ac94b4..c2b2d5f 100644 --- a/UVtools.GUI/Forms/FrmSettings.Designer.cs +++ b/UVtools.GUI/Forms/FrmSettings.Designer.cs @@ -1465,7 +1465,7 @@ // label43 // this.label43.AutoSize = true; - this.label43.Location = new System.Drawing.Point(8, 61); + this.label43.Location = new System.Drawing.Point(8, 27); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(109, 18); this.label43.TabIndex = 57; @@ -1480,7 +1480,7 @@ this.cbZoomToFit.Items.AddRange(new object[] { "Print Volume Boundary", "Layer Boundary"}); - this.cbZoomToFit.Location = new System.Drawing.Point(123, 57); + this.cbZoomToFit.Location = new System.Drawing.Point(123, 23); this.cbZoomToFit.Name = "cbZoomToFit"; this.cbZoomToFit.Size = new System.Drawing.Size(188, 26); this.cbZoomToFit.TabIndex = 55; @@ -1490,7 +1490,7 @@ // cbZoomIssues // this.cbZoomIssues.AutoSize = true; - this.cbZoomIssues.Location = new System.Drawing.Point(11, 25); + this.cbZoomIssues.Location = new System.Drawing.Point(11, 60); this.cbZoomIssues.Name = "cbZoomIssues"; this.cbZoomIssues.Size = new System.Drawing.Size(290, 22); this.cbZoomIssues.TabIndex = 52;