Fix a typo in aurorae QML code

This commit is contained in:
Andrey Bondrov 2015-03-22 21:48:01 +10:00
parent e26a3db030
commit 4922b6d1cd

View file

@ -61,7 +61,7 @@ Decoration {
}
PlasmaCore.FrameSvgItem {
id: decorationActive
property bool shown: (!decoration.client.maxized || !backgroundSvg.supportsMaximized) && (decoration.client.active || !backgroundSvg.supportsInactive)
property bool shown: (!decoration.client.maximized || !backgroundSvg.supportsMaximized) && (decoration.client.active || !backgroundSvg.supportsInactive)
anchors.fill: parent
imagePath: backgroundSvg.imagePath
prefix: "decoration"