don't wrap by default

This commit is contained in:
Marco Martin 2011-11-18 16:26:20 +01:00
parent 3134f2a5bc
commit dd53abc2b4

View File

@ -37,6 +37,4 @@ Text {
font.weight: theme.defaultFont.weight
font.wordSpacing: theme.defaultFont.wordSpacing
color: theme.textColor
wrapMode: Text.Wrap
}