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