Просмотр исходного кода

Make checkboxes and texts more aligned

CURA-6085
Lipu Fei 6 лет назад
Родитель
Сommit
8e898148f6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml

+ 1 - 0
plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml

@@ -30,6 +30,7 @@ Item
         CheckBox
         {
             id: disableButton
+            anchors.verticalCenter: pluginInfo.verticalCenter
             checked: isEnabled
             visible: model.type == "plugin"
             width: visible ? UM.Theme.getSize("checkbox").width : 0