mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
fixed too big dialogs and hidden checkboxes
This commit is contained in:
parent
3177d99bcf
commit
7bc715a9bd
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