mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
this will be re-used in a few places so put it in components
This commit is contained in:
parent
8c29eb6968
commit
09b66628f1
1 changed files with 11 additions and 0 deletions
11
look-and-feel/contents/components/SatelliteStripe.qml
Normal file
11
look-and-feel/contents/components/SatelliteStripe.qml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import QtQuick 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
|
||||
Rectangle {
|
||||
color: "white" // FIXME
|
||||
opacity: .5
|
||||
height: Math.max(100, units.gridUnit * 2.5)
|
||||
width: parent.width
|
||||
y: parent.height / 2 - height / 2
|
||||
x: 0
|
||||
}
|
||||
Loading…
Reference in a new issue