mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Made the hardcoded values of ExpandableComponent themable
CURA-5785
This commit is contained in:
parent
3629e3b604
commit
6dd6f5ecc7
2 changed files with 5 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ Item
|
|||
property var popupItem
|
||||
|
||||
// The background color of the popup
|
||||
property color popupBackgroundColor: "white"
|
||||
property color popupBackgroundColor: UM.Theme.getColor("action_button")
|
||||
|
||||
property color headerBackgroundColor: "white"
|
||||
property color headerHoverColor: "white"
|
||||
property color headerBackgroundColor: UM.Theme.getColor("action_button")
|
||||
property color headerHoverColor: UM.Theme.getColor("action_button_hovered")
|
||||
|
||||
// How much spacing is needed around the popupItem
|
||||
property alias popupPadding: popup.padding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue