mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Hide per object settings info when there is nothing to show
This commit is contained in:
parent
ea805d9a02
commit
a9ecec0d5c
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ Button
|
||||||
height: parent.height
|
height: parent.height
|
||||||
padding: 0
|
padding: 0
|
||||||
leftPadding: UM.Theme.getSize("thin_margin").width
|
leftPadding: UM.Theme.getSize("thin_margin").width
|
||||||
|
visible: meshType != "" || perObjectSettingsCount > 0
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue