mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
more like the mockups
This commit is contained in:
parent
9e027ce5d2
commit
dcd9056f29
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ import QtQuick 2.0
|
|||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
|
||||
Rectangle {
|
||||
color: "white" // FIXME
|
||||
opacity: .5
|
||||
color: "black" // FIXME
|
||||
opacity: 0.6
|
||||
height: Math.max(100, units.gridUnit * 2.5)
|
||||
width: parent.width
|
||||
y: parent.height / 2 - height / 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue