aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-24 19:43:31 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-24 19:43:31 +0100
commit0e24147fb4a1f78e40048437301b0795b08eef49 (patch)
tree8964425fcc10ffc14299168419b97780d69ab9d1 /src
parentf3bcc5ed66c808ccc15417daf5f3ad25c76ad648 (diff)
Line wrap USSD replies
Some provides such as Tchibo Mobil return messages way over 100 characters. Make sure we linewrap those.
Diffstat (limited to 'src')
-rw-r--r--src/ppm.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppm.ui b/src/ppm.ui
index 3e73f42..fac8c5f 100644
--- a/src/ppm.ui
+++ b/src/ppm.ui
@@ -99,6 +99,7 @@
<object class="GtkLabel" id="label_balance_info">
<property name="visible">True</property>
<property name="label" translatable="yes">Balance unknown</property>
+ <property name="wrap">True</property>
<attributes>
<attribute name="style" value="normal"/>
<attribute name="weight" value="bold"/>