Browse Source

Fix height of syncMaterialCards

CURA-8688
Jaime van Kessel 3 years ago
parent
commit
5725f3d57f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Preferences/Materials/MaterialsSyncDialog.qml

+ 1 - 1
resources/qml/Preferences/Materials/MaterialsSyncDialog.qml

@@ -266,7 +266,7 @@ Window
                         border.color: UM.Theme.getColor("lining")
                         border.width: UM.Theme.getSize("default_lining").width
                         width: printerList.width - printerListScrollBar.width
-                        height: UM.Theme.getSize("card").height
+                        height: UM.Theme.getSize("machine_selector_icon").height + 2 * UM.Theme.getSize("default_margin").height
 
                         property string syncStatus:
                         {