mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
fixed too big dialogs and hidden checkboxes
This commit is contained in:
parent
3c14545e08
commit
ba6da4a57b
6 changed files with 23 additions and 30 deletions
|
@ -112,8 +112,8 @@ UM.ManagementPage
|
|||
{
|
||||
id: actionDialog
|
||||
property var content
|
||||
minimumWidth: 350 * Screen.devicePixelRatio;
|
||||
minimumHeight: 350 * Screen.devicePixelRatio;
|
||||
minimumWidth: 350
|
||||
minimumHeight: 350
|
||||
onContentChanged:
|
||||
{
|
||||
contents = content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue