Remove the margin from the ViewOrientation buttons

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-07-02 09:38:12 +02:00
parent b34dd61172
commit 1e0efccd0b

View File

@ -11,5 +11,4 @@ UM.SimpleButton
height: UM.Theme.getSize("small_button").height height: UM.Theme.getSize("small_button").height
hoverColor: UM.Theme.getColor("small_button_text_hover") hoverColor: UM.Theme.getColor("small_button_text_hover")
color: UM.Theme.getColor("small_button_text") color: UM.Theme.getColor("small_button_text")
iconMargin: UM.Theme.getSize("thick_lining").width
} }