made WP transparent and more in sync with bar
This commit is contained in:
@@ -15,10 +15,10 @@ PanelWindow {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: 10
|
||||
color: "black"
|
||||
color: "#80000000"
|
||||
|
||||
border.width: 2
|
||||
border.color: "white"
|
||||
border.color: "#555555"
|
||||
|
||||
|
||||
//Wallpaper space
|
||||
@@ -31,7 +31,7 @@ PanelWindow {
|
||||
|
||||
width: parent.width - 35
|
||||
height: parent.height - 100
|
||||
color: "black"
|
||||
color: "#80202020"
|
||||
radius: 10
|
||||
|
||||
clip: true
|
||||
@@ -83,7 +83,7 @@ PanelWindow {
|
||||
id: textHighlight
|
||||
width: parent.width - 10
|
||||
height: 24
|
||||
color: mouseArea.containsMouse ? "#4a90e2" : "transparent"
|
||||
color: mouseArea.containsMouse ? "#804a90e2" : "transparent"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
||||
Text {
|
||||
@@ -134,7 +134,7 @@ PanelWindow {
|
||||
anchors.fill: parent
|
||||
radius: 10
|
||||
color: "transparent"
|
||||
border.color: "white"
|
||||
border.color: "#777777"
|
||||
border.width: 1
|
||||
z: 999
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user