From a9ecec0d5ca728679cf1082e9e22f4f9e6c6a1b8 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sun, 12 Apr 2020 09:20:46 +0200 Subject: [PATCH] Hide per object settings info when there is nothing to show --- resources/qml/ObjectItemButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/ObjectItemButton.qml b/resources/qml/ObjectItemButton.qml index aef862ac7f..0cb63359d0 100644 --- a/resources/qml/ObjectItemButton.qml +++ b/resources/qml/ObjectItemButton.qml @@ -68,6 +68,7 @@ Button height: parent.height padding: 0 leftPadding: UM.Theme.getSize("thin_margin").width + visible: meshType != "" || perObjectSettingsCount > 0 onClicked: {