Actually fix CustomTrayMenu, fix some positioning
This commit is contained in:
parent
e19b6e9a47
commit
fb3b5f5769
7 changed files with 28 additions and 28 deletions
|
|
@ -92,7 +92,7 @@ PopupWindow {
|
|||
id: bg
|
||||
anchors.fill: parent
|
||||
color: mouseArea.containsMouse ? Theme.highlight : "transparent"
|
||||
radius: 12
|
||||
radius: 8
|
||||
visible: !(modelData?.isSeparator ?? false)
|
||||
property color hoverTextColor: mouseArea.containsMouse ? Theme.onAccent : Theme.textPrimary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue