From 4922b6d1cd1c2d2007cf00a4610bb74646eae0fe Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Sun, 22 Mar 2015 21:48:01 +1000 Subject: [PATCH 1/2] Fix a typo in aurorae QML code --- clients/aurorae/src/qml/aurorae.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/aurorae/src/qml/aurorae.qml b/clients/aurorae/src/qml/aurorae.qml index ecf567cd0e..af0baee4c5 100644 --- a/clients/aurorae/src/qml/aurorae.qml +++ b/clients/aurorae/src/qml/aurorae.qml @@ -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" From b3a9f41fd04e5f2dd593c01e041053e582599893 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 23 Mar 2015 23:27:09 +1000 Subject: [PATCH 2/2] Fix title height for maximized windows with Aurorae decorator --- clients/aurorae/src/qml/aurorae.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/aurorae/src/qml/aurorae.qml b/clients/aurorae/src/qml/aurorae.qml index af0baee4c5..5b81241133 100644 --- a/clients/aurorae/src/qml/aurorae.qml +++ b/clients/aurorae/src/qml/aurorae.qml @@ -101,7 +101,7 @@ Decoration { } imagePath: backgroundSvg.imagePath prefix: "decoration-maximized" - height: parent.borderTopMaximized + height: parent.maximizedBorders.top opacity: shown ? 1 : 0 enabledBorders: PlasmaCore.FrameSvg.NoBorder Behavior on opacity {