Browse Source

Increase minimumHeight of the Print Address dialog

CURA-4428
Lipu Fei 7 years ago
parent
commit
60726ce179
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/DiscoverUM3Action.qml

+ 1 - 1
plugins/UM3NetworkPrinting/DiscoverUM3Action.qml

@@ -321,7 +321,7 @@ Cura.MachineAction
         title: catalog.i18nc("@title:window", "Printer Address")
 
         minimumWidth: 400 * screenScaleFactor
-        minimumHeight: 120 * screenScaleFactor
+        minimumHeight: 130 * screenScaleFactor
         width: minimumWidth
         height: minimumHeight