summaryrefslogtreecommitdiff
path: root/qml/tapasboard/TopicPage.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 02:02:19 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 02:02:19 +0200
commit9f12671ee8dd38a130a16c9146001c9c2494d77c (patch)
tree7d52a44132c0b4ea3fb46c8e6a8baa7901473ec8 /qml/tapasboard/TopicPage.qml
parent5f66a8e03f3a748d01e162d151c3a7e987899f09 (diff)
downloadtapasboard-9f12671ee8dd38a130a16c9146001c9c2494d77c.tar.gz
tapasboard-9f12671ee8dd38a130a16c9146001c9c2494d77c.zip
read favorite boards from a .ini instead of hardcoding them
Diffstat (limited to 'qml/tapasboard/TopicPage.qml')
-rw-r--r--qml/tapasboard/TopicPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/tapasboard/TopicPage.qml b/qml/tapasboard/TopicPage.qml
index d3b2a35..805154f 100644
--- a/qml/tapasboard/TopicPage.qml
+++ b/qml/tapasboard/TopicPage.qml
@@ -84,6 +84,7 @@ Page {
font: UiConstants.TitleFont
visible: text != ""
textFormat: Text.PlainText
+ wrapMode: Text.Wrap
}
Text {