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:
authorJaime van Kessel <nallath@gmail.com>2022-05-02 15:59:28 +0300
committerJaime van Kessel <nallath@gmail.com>2022-05-02 15:59:28 +0300
commitf1761a17d0851e662e6fc5fe59b3786a98e7675a (patch)
tree544b2b1e96277eb366e50421f6344cca820780a3 /resources/qml
parent6f7fbbecf7312348b8d87f809211ed0e28b769a2 (diff)
Fix size of setting extruder swatch
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Settings/SettingExtruder.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml
index 3072161c59..697acdec0b 100644
--- a/resources/qml/Settings/SettingExtruder.qml
+++ b/resources/qml/Settings/SettingExtruder.qml
@@ -154,7 +154,7 @@ SettingItem
background: Rectangle
{
id: swatch
- height: Math.round(parent.height / 2)
+ height: UM.Theme.getSize("standard_arrow").width
width: height
radius: Math.round(width / 2)
anchors.right: parent.right