Making more things scale correctly

This commit is contained in:
LarsBrubaker 2020-07-19 18:04:02 -07:00
parent 90e2b30f27
commit a3fd59e878
7 changed files with 31 additions and 29 deletions

View file

@ -92,7 +92,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
HAnchor = HAnchor.Fit | HAnchor.Left,
VAnchor = VAnchor.Fit,
Padding = 5,
MinimumSize = new Vector2(400, 65),
MinimumSize = new Vector2(400 * GuiWidget.DeviceScale, 65 * GuiWidget.DeviceScale),
};
printPanel.AddChild(optionsPanel);