From 9e3fb472599e9acfa6783de9abf7648f7617d7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 29 Oct 2016 20:38:42 +0200 Subject: [PATCH] [decorations/aurorae] Fix typo in Plastik theme --- .../aurorae/themes/plastik/package/contents/ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml index ce29dc1ae2..34a41fd8f4 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml +++ b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml @@ -146,7 +146,7 @@ Decoration { bottomMargin: 1 topMargin: 1 } - visible: !decoration.client.maximzied + visible: !decoration.client.maximized width: root.borders.right -1 color: root.titleBarColor Rectangle { @@ -169,7 +169,7 @@ Decoration { rightMargin: 1 } height: root.borders.bottom - visible: !decoration.client.maximzied + visible: !decoration.client.maximized color: root.titleBarColor Rectangle { height: 1