mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
fixed too big dialogs and hidden checkboxes
This commit is contained in:
parent
03c8e7e62b
commit
16b9bd0b14
6 changed files with 23 additions and 30 deletions
|
|
@ -14,8 +14,8 @@ UM.Dialog
|
|||
//: About dialog title
|
||||
title: catalog.i18nc("@title:window","About Cura")
|
||||
|
||||
minimumWidth: 450 * Screen.devicePixelRatio
|
||||
minimumHeight: 550 * Screen.devicePixelRatio
|
||||
minimumWidth: 500
|
||||
minimumHeight: 650
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue