From 1e0efccd0b03c0dde9bbdcb785d610d032a7c260 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Fri, 2 Jul 2021 09:38:12 +0200 Subject: [PATCH] Remove the margin from the ViewOrientation buttons CURA-8202 --- resources/qml/ViewOrientationButton.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/ViewOrientationButton.qml b/resources/qml/ViewOrientationButton.qml index 5d72de9a8d..7040447b29 100644 --- a/resources/qml/ViewOrientationButton.qml +++ b/resources/qml/ViewOrientationButton.qml @@ -11,5 +11,4 @@ UM.SimpleButton height: UM.Theme.getSize("small_button").height hoverColor: UM.Theme.getColor("small_button_text_hover") color: UM.Theme.getColor("small_button_text") - iconMargin: UM.Theme.getSize("thick_lining").width } \ No newline at end of file