mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Move default margin by default to Cura's action buttons
So we don't have to repeat that every time you create a new button. Contributes to issue CURA-5876.
This commit is contained in:
parent
cbd5238738
commit
42d73836f4
5 changed files with 5 additions and 8 deletions
|
@ -172,8 +172,6 @@ Cura.ExpandableComponent
|
|||
textColor: UM.Theme.getColor("primary")
|
||||
textHoverColor: UM.Theme.getColor("text")
|
||||
height: UM.Theme.getSize("action_panel_button").height
|
||||
leftPadding: UM.Theme.getSize("default_margin").width
|
||||
rightPadding: UM.Theme.getSize("default_margin").width
|
||||
|
||||
onClicked: popupItem.configuration_method = "custom"
|
||||
}
|
||||
|
@ -195,8 +193,6 @@ Cura.ExpandableComponent
|
|||
textColor: UM.Theme.getColor("primary")
|
||||
textHoverColor: UM.Theme.getColor("text")
|
||||
height: UM.Theme.getSize("action_panel_button").height
|
||||
leftPadding: UM.Theme.getSize("default_margin").width
|
||||
rightPadding: UM.Theme.getSize("default_margin").width
|
||||
|
||||
onClicked: popupItem.configuration_method = "auto"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue