mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Add screenScaleFactor to About window
This commit is contained in:
parent
565ed4933b
commit
1479322fbe
@ -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…
x
Reference in New Issue
Block a user