Fixes to ui scaling
This commit is contained in:
parent
eef20b42b8
commit
3431651654
17 changed files with 59 additions and 60 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue