summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/account_gui.py4
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 "