Fixes to ui scaling

This commit is contained in:
LarsBrubaker 2020-07-22 08:05:39 -07:00
parent eef20b42b8
commit 3431651654
17 changed files with 59 additions and 60 deletions

View file

@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.Tour
: base("Done".Localize())
{
this.WindowTitle = "MatterControl".Localize();
this.WindowSize = new Vector2(400, 250);
this.WindowSize = new Vector2(400 * GuiWidget.DeviceScale, 250 * GuiWidget.DeviceScale);
this.HeaderText = "Welcome to MatterControl".Localize();