mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:05:54 +08:00
Add borders to expandable components
This adds a lining to all of the drop-downs from the stage menus. Contributes to issue CURA-5876.
This commit is contained in:
parent
a490e420f0
commit
30b20b4aa5
@ -17,6 +17,8 @@ Item
|
|||||||
property var popupItem
|
property var popupItem
|
||||||
|
|
||||||
property color popupBackgroundColor: UM.Theme.getColor("action_button")
|
property color popupBackgroundColor: UM.Theme.getColor("action_button")
|
||||||
|
property int popupBorderWidth: UM.Theme.getSize("default_lining").width
|
||||||
|
property color popupBorderColor: UM.Theme.getColor("lining")
|
||||||
|
|
||||||
property color headerBackgroundColor: UM.Theme.getColor("action_button")
|
property color headerBackgroundColor: UM.Theme.getColor("action_button")
|
||||||
property color headerHoverColor: UM.Theme.getColor("action_button_hovered")
|
property color headerHoverColor: UM.Theme.getColor("action_button_hovered")
|
||||||
@ -147,6 +149,8 @@ Item
|
|||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
color: popupBackgroundColor
|
color: popupBackgroundColor
|
||||||
|
border.width: popupBorderWidth
|
||||||
|
border.color: popupBorderColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user