Просмотр исходного кода

Remove the margin from the ViewOrientation buttons

CURA-8202
Konstantinos Karmas 3 лет назад
Родитель
Сommit
1e0efccd0b
1 измененных файлов с 0 добавлено и 1 удалено
  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
     hoverColor: UM.Theme.getColor("small_button_text_hover")
     color: UM.Theme.getColor("small_button_text")
-    iconMargin: UM.Theme.getSize("thick_lining").width
 }