try with normal colorgroup for applets

This commit is contained in:
Marco Martin 2015-05-15 19:04:53 +02:00
parent 3906520241
commit 53706c6fd4

View file

@ -257,6 +257,7 @@ MouseEventListener {
} }
PlasmaCore.ColorScope { PlasmaCore.ColorScope {
anchors.fill: parent anchors.fill: parent
//TODO: decide what color we want applets
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
Rectangle { Rectangle {
@ -431,12 +432,19 @@ MouseEventListener {
source: "go-up" source: "go-up"
width: units.iconSizes.huge width: units.iconSizes.huge
height: width height: width
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
anchors { anchors {
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter
bottom: parent.bottom bottom: parent.bottom
} }
} }
} }
PlasmaCore.ColorScope {
//TODO: decide what color we want applets
colorGroup: PlasmaCore.Theme.NormalColorGroup
Layout.fillWidth: true
Layout.minimumHeight: appletsLayout.Layout.minimumHeight
Layout.maximumHeight: appletsLayout.Layout.maximumHeight
ColumnLayout { ColumnLayout {
id: appletsLayout id: appletsLayout
Item { Item {
@ -447,6 +455,7 @@ MouseEventListener {
Layout.maximumHeight: Layout.minimumHeight Layout.maximumHeight: Layout.minimumHeight
} }
} }
}
Item { Item {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true