remove green rectangle

This commit is contained in:
Sebastian Kügler 2012-03-31 01:19:37 +02:00
parent 82fb04ccbf
commit 3dd6ad6138

View File

@ -76,7 +76,7 @@ PlasmaExtras.App {
width: app.width - navigationWidth - space*2 width: app.width - navigationWidth - space*2
parent: contentArea parent: contentArea
anchors.margins: space*2 anchors.margins: space*2
Rectangle { color: "green"; opacity: 0.8; anchors.fill: contentItem; } //Rectangle { color: "green"; opacity: 0.8; anchors.fill: contentItem; }
} }
onWidthChanged: { onWidthChanged: {