accent-colored borders on all flyouts, popups, and hover panels
This commit is contained in:
parent
3e78384433
commit
fc36e46091
9 changed files with 14 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ PanelWindow {
|
|||
required property var screen
|
||||
required property real anchorX
|
||||
property real panelWidth: 220
|
||||
property color accentColor: M.Theme.base05
|
||||
|
||||
signal dismissed
|
||||
|
||||
|
|
@ -63,6 +64,8 @@ PanelWindow {
|
|||
topRightRadius: 0
|
||||
bottomLeftRadius: M.Theme.radius
|
||||
bottomRightRadius: M.Theme.radius
|
||||
border.color: root.accentColor
|
||||
border.width: 1
|
||||
}
|
||||
|
||||
Column {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue