mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06: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
|
||||
title: catalog.i18nc("@title:window","About Cura")
|
||||
|
||||
minimumWidth: 500
|
||||
minimumHeight: 650
|
||||
minimumWidth: 500 * screenScaleFactor
|
||||
minimumHeight: 650 * screenScaleFactor
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue