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

@@ -15,7 +15,7 @@ Item {
Rectangle {
color: Theme.backgroudColor
implicitWidth: clockText.implicitWidth * 1.6
implicitHeight: Theme.heightGaps //root.implicitHeight*0.8
implicitHeight: Theme.heightGaps
radius: 25
Text {
@@ -24,7 +24,7 @@ Item {
anchors.centerIn: parent
text: "OPA!"
font.bold: true
font.pixelSize: 14
font.pixelSize: Theme.pixelSize
font.family: Theme.fontFamily
color: Theme.textColor
}