Browse Source

Remove the margin from the ViewOrientation buttons

CURA-8202
Konstantinos Karmas 3 years ago
parent
commit
1e0efccd0b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/ViewOrientationButton.qml

+ 0 - 1
resources/qml/ViewOrientationButton.qml

@@ -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
 }
 }