Adjust sizing to account for extra pixel in calibration line

This commit is contained in:
jlewin 2019-03-14 17:58:22 -07:00
parent a81e1e5411
commit bb4c31c2af
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
: base(printer)
{
this.WindowTitle = $"{ApplicationController.Instance.ProductName} - " + "Nozzle Calibration Wizard".Localize();
this.WindowSize = new Vector2(600 * GuiWidget.DeviceScale, 645 * GuiWidget.DeviceScale);
this.WindowSize = new Vector2(600 * GuiWidget.DeviceScale, 700 * GuiWidget.DeviceScale);
pages = this.GetPages();
pages.MoveNext();

View file

@ -65,7 +65,7 @@ namespace MatterHackers.MatterControl
HAnchor = HAnchor.Absolute,
VAnchor = VAnchor.Absolute,
Height = 110,
Width = 420
Width = 480
});
xOffsetWidget.OffsetChanged += (s, e) =>
@ -90,7 +90,7 @@ namespace MatterHackers.MatterControl
Padding = new BorderDouble(bottom: 4),
VAnchor = VAnchor.Absolute,
HAnchor = HAnchor.Absolute,
Height = 420,
Height = 480,
Width = 110
});

@ -1 +1 @@
Subproject commit 9673b27546ae8c69ba849d643d2a7799797358fc
Subproject commit 415be0f58ce3133e9e6f65c532f753d4f60dba43