mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Give action button a sane default height
We don't want to give it a default width since that should just adjust to its contents by default, which is fine. Contributes to issue CURA-5876.
This commit is contained in:
parent
a1068a3ef2
commit
dca286cea5
4 changed files with 1 additions and 4 deletions
|
@ -171,7 +171,6 @@ Cura.ExpandableComponent
|
|||
hoverColor: UM.Theme.getColor("secondary")
|
||||
textColor: UM.Theme.getColor("primary")
|
||||
textHoverColor: UM.Theme.getColor("text")
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
|
||||
onClicked: popupItem.configuration_method = "custom"
|
||||
}
|
||||
|
@ -192,7 +191,6 @@ Cura.ExpandableComponent
|
|||
hoverColor: UM.Theme.getColor("secondary")
|
||||
textColor: UM.Theme.getColor("primary")
|
||||
textHoverColor: UM.Theme.getColor("text")
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
|
||||
onClicked: popupItem.configuration_method = "auto"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue