diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-11 00:06:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-11 00:06:33 +0000 |
commit | 8b739525566f563becee840a749f2d62f8989948 (patch) | |
tree | 6ac6116a10ae17c069aa1bab36514946031bfc22 /iw | |
parent | 740fcec9ece992397487362b822b4c2c16a04e80 (diff) | |
download | anaconda-8b739525566f563becee840a749f2d62f8989948.tar.gz anaconda-8b739525566f563becee840a749f2d62f8989948.tar.xz anaconda-8b739525566f563becee840a749f2d62f8989948.zip |
new user icon
Diffstat (limited to 'iw')
-rw-r--r-- | iw/account_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py index e6d345579..e48098738 100644 --- a/iw/account_gui.py +++ b/iw/account_gui.py @@ -333,8 +333,8 @@ class AccountWindow (InstallWindow): pix = im.make_pixmap () a = GtkAlignment () a.add (pix) - a.set (0.0, 0.0, 0.0, 0.0) - hbox.pack_start (a, FALSE) + a.set (0.5, 0.5, 0, 0) + hbox.pack_start (a, FALSE, padding=7) a = GtkAlignment (0.0, 0.5) label = GtkLabel (_("Additional accounts can be created for other " |