mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change the margin in the view orientation buttons to aling the pixels correctly
This commit is contained in:
parent
ddf3c13b2a
commit
ed4d339dee
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ 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: 0.5 * UM.Theme.getSize("wide_lining").width
|
iconMargin: UM.Theme.getSize("thick_lining").width
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue