diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-25 19:31:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-25 19:31:54 +0000 |
commit | b256de13e47ff731c99a940750bf440428577814 (patch) | |
tree | 1d85f3773535c2a27e35b7d2aedb82019b31bcc8 /iw/account.py | |
parent | cd2f5a889704ab197c5d44ee9bc81d7a78e60ab0 (diff) | |
download | anaconda-b256de13e47ff731c99a940750bf440428577814.tar.gz anaconda-b256de13e47ff731c99a940750bf440428577814.tar.xz anaconda-b256de13e47ff731c99a940750bf440428577814.zip |
more fixes.
Diffstat (limited to 'iw/account.py')
-rw-r--r-- | iw/account.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/account.py b/iw/account.py index 2bcccb4a6..693d32068 100644 --- a/iw/account.py +++ b/iw/account.py @@ -141,8 +141,8 @@ class AccountWindow (InstallWindow): self.confirm.connect ("activate", forward) self.confirm.set_visibility (FALSE) self.confirm.connect ("changed", self.rootPasswordsMatch) - table.attach (self.pw, 1, 2, 0, 1, FILL|EXPAND) - table.attach (self.confirm, 1, 2, 1, 2, FILL|EXPAND) + table.attach (self.pw, 1, 2, 0, 1, FILL|EXPAND, 5) + table.attach (self.confirm, 1, 2, 1, 2, FILL|EXPAND, 5) pw = self.todo.rootpassword.getPure() if pw: |