this will be re-used in a few places so put it in components

This commit is contained in:
Aaron Seigo 2014-08-19 12:37:58 +02:00
parent 8c29eb6968
commit 09b66628f1

View 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
}