mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Use thick margin and change some anchors.
Contributes to CURA-5942.
This commit is contained in:
parent
c8e065d7a7
commit
5b940b5242
2 changed files with 8 additions and 4 deletions
|
@ -13,8 +13,8 @@ Button
|
|||
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
leftPadding: Math.round(1.5 * UM.Theme.getSize("default_margin").width)
|
||||
rightPadding: Math.round(1.5 * UM.Theme.getSize("default_margin").width)
|
||||
leftPadding: UM.Theme.getSize("thick_margin").width
|
||||
rightPadding: UM.Theme.getSize("thick_margin").width
|
||||
checkable: true
|
||||
|
||||
property var outputDevice: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue