mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Fix binding loop in objectItemButton
CURA-8684
This commit is contained in:
parent
cef3b5db16
commit
ecba5b409c
@ -82,7 +82,7 @@ Button
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: 0
|
rightMargin: 0
|
||||||
}
|
}
|
||||||
width: contentItem.width
|
width: meshTypeIcon.width + perObjectSettingsCountLabel.width + UM.Theme.getSize("narrow_margin").width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
padding: 0
|
padding: 0
|
||||||
leftPadding: UM.Theme.getSize("thin_margin").width
|
leftPadding: UM.Theme.getSize("thin_margin").width
|
||||||
@ -131,7 +131,7 @@ Button
|
|||||||
contentItem: Item
|
contentItem: Item
|
||||||
{
|
{
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: meshTypeIcon.width + perObjectSettingsCountLabel.width + UM.Theme.getSize("narrow_margin").width
|
width: perObjectSettingsInfo.width
|
||||||
|
|
||||||
Cura.NotificationIcon
|
Cura.NotificationIcon
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user