Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/infopanel.py
diff options
context:
space:
mode:
Diffstat (limited to 'infopanel.py')
-rwxr-xr-xinfopanel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infopanel.py b/infopanel.py
index b8501b4..f85671d 100755
--- a/infopanel.py
+++ b/infopanel.py
@@ -25,6 +25,8 @@ class InfoPanel(gtk.EventBox):
gtk.EventBox.__init__(self)
self.Box = gtk.VBox()
self.status_label = gtk.Label()
+ self.status_label.set_justify(gtk.JUSTIFY_CENTER)
+ self.status_label.set_line_wrap(True)
self.Box.pack_start(self.status_label, True, True, 10)
self.score_label = gtk.Label()
self.Box.pack_start(self.score_label, True, True, 10)