Add hover show applications in workspace bar
This commit is contained in:
@@ -11,7 +11,7 @@ Item {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
color: "#44475A"
|
||||
color: Theme.backgroudColor
|
||||
implicitWidth: clockText.implicitWidth * 1.6
|
||||
implicitHeight: Theme.heightGaps //root.implicitHeight*0.8
|
||||
radius: 25
|
||||
@@ -24,7 +24,7 @@ Item {
|
||||
font.bold: true
|
||||
font.pixelSize: 14
|
||||
font.family: Theme.fontFamily
|
||||
color: "white"
|
||||
color: Theme.textColor
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user