summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-26 20:23:07 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-03-26 20:23:07 +0000
commite6abb4c6758dd84fb86070828cc6347f3b8f7a3e (patch)
tree1b8a247edc62dd8bb21798bdae52274f9604db2d /iw
parentbea724692153f283d677ed759422e6a3b81c236b (diff)
downloadanaconda-e6abb4c6758dd84fb86070828cc6347f3b8f7a3e.tar.gz
anaconda-e6abb4c6758dd84fb86070828cc6347f3b8f7a3e.tar.xz
anaconda-e6abb4c6758dd84fb86070828cc6347f3b8f7a3e.zip
* iw/progress_gui.py: Set the infolabel to left justify text so as to
minimize the rapid eye movement for those if us trying to read names and descriptions.
Diffstat (limited to 'iw')
-rw-r--r--iw/progress_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index ec987c240..e02d71d22 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -129,6 +129,7 @@ class InstallProgressWindow (InstallWindow):
vbox.pack_start(self.progress, False)
self.infolabel = gui.WrappingLabel("")
+ self.infolabel.set_alignment(0,0)
vbox.pack_start(self.infolabel)
# All done with creating components of UI