mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 06:30:39 +08:00
Make checkboxes and texts more aligned
CURA-6085
This commit is contained in:
parent
af634b82b2
commit
8e898148f6
@ -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…
x
Reference in New Issue
Block a user