Making more things scale correctly
This commit is contained in:
parent
90e2b30f27
commit
a3fd59e878
7 changed files with 31 additions and 29 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue