mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 20:57:49 -06:00
Make checkboxes and texts more aligned
CURA-6085
This commit is contained in:
parent
af634b82b2
commit
8e898148f6
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Item
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: disableButton
|
id: disableButton
|
||||||
|
anchors.verticalCenter: pluginInfo.verticalCenter
|
||||||
checked: isEnabled
|
checked: isEnabled
|
||||||
visible: model.type == "plugin"
|
visible: model.type == "plugin"
|
||||||
width: visible ? UM.Theme.getSize("checkbox").width : 0
|
width: visible ? UM.Theme.getSize("checkbox").width : 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue