summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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