From f1761a17d0851e662e6fc5fe59b3786a98e7675a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 2 May 2022 14:59:28 +0200 Subject: [PATCH] Fix size of setting extruder swatch --- resources/qml/Settings/SettingExtruder.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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