Fix hover, systray menu and theming
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user