mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 18:54:45 +00:00
as an experiment, use the normal color scope
This commit is contained in:
parent
959e5ab797
commit
d41f505795
3 changed files with 3 additions and 3 deletions
|
|
@ -117,7 +117,7 @@ NanoShell.FullScreenOverlay {
|
||||||
PlasmaCore.ColorScope {
|
PlasmaCore.ColorScope {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
y: Math.min(0, -height + window.offset)
|
y: Math.min(0, -height + window.offset)
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
x: drawerX
|
x: drawerX
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ PlasmaCore.ColorScope {
|
||||||
id: root
|
id: root
|
||||||
width: 480
|
width: 480
|
||||||
height: 640
|
height: 640
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
|
|
||||||
property Item toolBox
|
property Item toolBox
|
||||||
property int buttonHeight: width/4
|
property int buttonHeight: width/4
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ PlasmaCore.ColorScope {
|
||||||
id: root
|
id: root
|
||||||
width: 600
|
width: 600
|
||||||
height: 480
|
height: 480
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
//colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
|
|
||||||
Plasmoid.backgroundHints: plasmoid.configuration.PanelButtonsVisible ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types.NoBackground
|
Plasmoid.backgroundHints: plasmoid.configuration.PanelButtonsVisible ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types.NoBackground
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue