mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix binding loop in objectItemButton
CURA-8684
This commit is contained in:
parent
cef3b5db16
commit
ecba5b409c
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ Button
|
|||
right: parent.right
|
||||
rightMargin: 0
|
||||
}
|
||||
width: contentItem.width
|
||||
width: meshTypeIcon.width + perObjectSettingsCountLabel.width + UM.Theme.getSize("narrow_margin").width
|
||||
height: parent.height
|
||||
padding: 0
|
||||
leftPadding: UM.Theme.getSize("thin_margin").width
|
||||
|
@ -131,7 +131,7 @@ Button
|
|||
contentItem: Item
|
||||
{
|
||||
height: parent.height
|
||||
width: meshTypeIcon.width + perObjectSettingsCountLabel.width + UM.Theme.getSize("narrow_margin").width
|
||||
width: perObjectSettingsInfo.width
|
||||
|
||||
Cura.NotificationIcon
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue