diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-11 16:47:08 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-11 16:47:08 +0000 |
commit | 67c9c45204ac95291fca89eebb8b600d08fa60d4 (patch) | |
tree | e6789131f0b8bdddf4eaff8d11e0256351cd802d | |
parent | 8742adaf27cc08427a16224b4a9f0937e2ade249 (diff) | |
download | anaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.tar.gz anaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.tar.xz anaconda-67c9c45204ac95291fca89eebb8b600d08fa60d4.zip |
prettied up progress windows a (very) little bit
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |