From acc50deed1a4a4359895abb731eabf390aec5ea6 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Sun, 21 Sep 2014 12:54:13 +0200 Subject: [PATCH] Revert "set max line count for body" This reverts commit 5b19154fb6cac912d616f06911bd879b4b40e03d. Revert the last commit as it has no effect on richtext --- src/plugins/backends/snore/notification.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/backends/snore/notification.qml b/src/plugins/backends/snore/notification.qml index a44ec9a..058ffd0 100644 --- a/src/plugins/backends/snore/notification.qml +++ b/src/plugins/backends/snore/notification.qml @@ -66,7 +66,6 @@ Rectangle { anchors.left: image.right anchors.leftMargin: 5 wrapMode: Text.WordWrap - maximumLineCount: 4 onLinkActivated: Qt.openUrlExternally(link) }