From 0ea042a140b4a3415742c2e43b2a9177acdf1b3d Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Wed, 19 Aug 2015 17:11:23 +0200 Subject: [PATCH] Cleanup --- resources/themes/cura/styles.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index 31258b9538..de41c44d04 100644 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -188,17 +188,6 @@ QtObject { } } Behavior on color { ColorAnimation { duration: 50; } } - - Label { - id: tool_button_arrow - anchors.right: parent.right; - anchors.rightMargin: (UM.Theme.sizes.button.width - UM.Theme.sizes.button_icon.width - tool_button_arrow.width) / 2 - anchors.verticalCenter: parent.verticalCenter; - text: "▼"; - font: UM.Theme.fonts.small; - visible: control.menu != null; - color: UM.Theme.colors.button_text - } } }