From b3a9f41fd04e5f2dd593c01e041053e582599893 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 23 Mar 2015 23:27:09 +1000 Subject: [PATCH] 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 {