summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--iw/progress_gui.py1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adf9dfc0b..c556b501b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-26 David Cantrell <dcantrell@redhat.com>
+
+ * 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.
+
2007-03-26 Chris Lumens <clumens@redhat.com>
* fsset.py (readFstab): Catch errors on unprintable labels and tell
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