summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-11 00:06:33 +0000
committerMatt Wilson <msw@redhat.com>2001-07-11 00:06:33 +0000
commit8b739525566f563becee840a749f2d62f8989948 (patch)
tree6ac6116a10ae17c069aa1bab36514946031bfc22
parent740fcec9ece992397487362b822b4c2c16a04e80 (diff)
downloadanaconda-8b739525566f563becee840a749f2d62f8989948.tar.gz
anaconda-8b739525566f563becee840a749f2d62f8989948.tar.xz
anaconda-8b739525566f563becee840a749f2d62f8989948.zip
new user icon
-rw-r--r--iw/account_gui.py4
-rw-r--r--pixmaps/users.pngbin1810 -> 2404 bytes
2 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 "
diff --git a/pixmaps/users.png b/pixmaps/users.png
index 5539afb6c..92e3d9e59 100644
--- a/pixmaps/users.png
+++ b/pixmaps/users.png
Binary files differ