theme -> PlasmaCore.Theme
This commit is contained in:
parent
e54f5b793e
commit
b93b75d79b
@ -26,7 +26,7 @@ Item {
|
|||||||
top: parent.top
|
top: parent.top
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
color: Qt.tint(theme.highlightColor, Qt.rgba(1,1,1,0.4))
|
color: Qt.tint(PlasmaCore.Theme.highlightColor, Qt.rgba(1,1,1,0.4))
|
||||||
radius: width
|
radius: width
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: Math.round(PlasmaCore.Units.gridUnit/1.5)
|
width: Math.round(PlasmaCore.Units.gridUnit/1.5)
|
||||||
@ -37,7 +37,7 @@ Item {
|
|||||||
verticalCenter: parent.bottom
|
verticalCenter: parent.bottom
|
||||||
}
|
}
|
||||||
radius: width
|
radius: width
|
||||||
color: Qt.tint(theme.highlightColor, Qt.rgba(1,1,1,0.4))
|
color: Qt.tint(PlasmaCore.Theme.highlightColor, Qt.rgba(1,1,1,0.4))
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors {
|
anchors {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user