mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add screenScaleFactor to About window
This commit is contained in:
parent
565ed4933b
commit
1479322fbe
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ UM.Dialog
|
||||||
//: About dialog title
|
//: About dialog title
|
||||||
title: catalog.i18nc("@title:window","About Cura")
|
title: catalog.i18nc("@title:window","About Cura")
|
||||||
|
|
||||||
minimumWidth: 500
|
minimumWidth: 500 * screenScaleFactor
|
||||||
minimumHeight: 650
|
minimumHeight: 650 * screenScaleFactor
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue