From c815775a0e1f4ce512bd745965daa1f8afbf4688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 3 Dec 2014 12:09:24 +0100 Subject: [PATCH] [aurorae] Better specify y value of titleBar It uses the borderBottom now to have at least an as large resize border as at the bottom. This still needs improvement. --- 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 b8f9e6c971..fe688e18d8 100644 --- a/clients/aurorae/src/qml/aurorae.qml +++ b/clients/aurorae/src/qml/aurorae.qml @@ -43,7 +43,7 @@ Decoration { Item { id: titleRect x: decoration.client.maximized ? maximizedBorders.left : borders.left - y: 0 + y: decoration.client.maximized ? 0 : root.borders.bottom width: decoration.client.width//parent.width - x - (decoration.client.maximized ? maximizedBorders.right : borders.right) height: decoration.client.maximized ? maximizedBorders.top : borders.top Component.onCompleted: {