Make checkboxes and texts more aligned

CURA-6085
This commit is contained in:
Lipu Fei 2019-01-08 09:42:50 +01:00
parent af634b82b2
commit 8e898148f6

View File

@ -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