summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-11 16:47:08 +0000
committerErik Troan <ewt@redhat.com>2000-05-11 16:47:08 +0000
commit67c9c45204ac95291fca89eebb8b600d08fa60d4 (patch)
treee6789131f0b8bdddf4eaff8d11e0256351cd802d /text.py
parent8742adaf27cc08427a16224b4a9f0937e2ade249 (diff)
downloadanaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.tar.gz
anaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.tar.xz
anaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.zip
prettied up progress windows a (very) little bit
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 398475b96..8c2c24938 100644
--- a/text.py
+++ b/text.py
@@ -763,7 +763,7 @@ class ProgressWindow:
t = TextboxReflowed(width, text)
g = GridForm(self.screen, title, 1, 2)
- g.add(t, 0, 0, (0, 0, 0, 1))
+ g.add(t, 0, 0, (0, 0, 0, 1), anchorLeft = 1)
self.scale = Scale (width, total)
g.add(self.scale, 0, 1)