From 4ba6764a574e46e9bbec86557ef4b2c74ceaf526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Tue, 20 Aug 2013 21:54:05 +0200 Subject: [PATCH] make plastik use PlainText captions BUG: 323798 FIXED-IN: 4.11 REVIEW: 112180 --- clients/aurorae/themes/plastik/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/aurorae/themes/plastik/package/contents/ui/main.qml b/clients/aurorae/themes/plastik/package/contents/ui/main.qml index 8832d1d03e..77676bf54b 100644 --- a/clients/aurorae/themes/plastik/package/contents/ui/main.qml +++ b/clients/aurorae/themes/plastik/package/contents/ui/main.qml @@ -271,6 +271,7 @@ Decoration { } Text { id: caption + textFormat: Text.PlainText anchors { top: parent.top left: leftButtonGroup.right