Fix hover, systray menu and theming

This commit is contained in:
Amaro Lopes
2025-09-24 17:02:46 -03:00
parent 161988cbb6
commit c66d043ece
8 changed files with 116 additions and 53 deletions

View File

@@ -78,7 +78,9 @@ WrapperMouseArea {
]
Behavior on color {
ColorAnimation {duration: Theme.animationDuration}
ColorAnimation {
duration: Theme.animationDuration
}
}
Behavior on implicitWidth {
@@ -94,7 +96,7 @@ WrapperMouseArea {
anchors.centerIn: parent
text: workspaceName
font.bold: true
font.pixelSize: 14
font.pixelSize: Theme.pixelSize
font.family: Theme.fontFamily
color: Theme.textColor
}
@@ -104,13 +106,10 @@ WrapperMouseArea {
hoverEnabled: true
onEntered: {
if (parent.hasTopLevel) {
// PopUpHover.show(workspacesRectangle)
PopUpHover.start(workspacesRectangle, "workspace")
}
}
onExited: {
// PopUpHover.exit()
PopUpHover.exit()
}
onClicked: {