Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TertiaryButton.qml')
-rw-r--r--resources/qml/TertiaryButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TertiaryButton.qml b/resources/qml/TertiaryButton.qml
index 76684b6ef2..8171188232 100644
--- a/resources/qml/TertiaryButton.qml
+++ b/resources/qml/TertiaryButton.qml
@@ -16,4 +16,5 @@ Cura.ActionButton
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
hoverColor: "transparent"
underlineTextOnHover: true
+ iconSize: UM.Theme.getSize("action_button_icon_small").height
}