diff --git a/src/client/composer/composer-widget.vala b/src/client/composer/composer-widget.vala
index 0d42f941..a60da4c1 100644
--- a/src/client/composer/composer-widget.vala
+++ b/src/client/composer/composer-widget.vala
@@ -1586,8 +1586,9 @@ public class ComposerWidget : Gtk.EventBox {
Gtk.Label label = new Gtk.Label(label_text);
box.pack_start(label);
label.halign = Gtk.Align.START;
- label.xpad = 4;
-
+ label.margin_start = 4;
+ label.margin_end = 4;
+
Gtk.Button remove_button = new Gtk.Button.with_mnemonic(Stock._REMOVE);
box.pack_start(remove_button, false, false);
remove_button.clicked.connect(() => remove_attachment(attachment_file, box));
diff --git a/ui/login.glade b/ui/login.glade
index a33bf862..5d6bcc8e 100644
--- a/ui/login.glade
+++ b/ui/login.glade
@@ -56,9 +56,11 @@
@@ -116,7 +118,8 @@
True
False
1
- 6
+ 6
+ 6
E_mail address
True
entry: email
@@ -136,7 +139,8 @@
True
False
1
- 6
+ 6
+ 6
_Password
True
entry: password
@@ -169,7 +173,8 @@
True
False
1
- 6
+ 6
+ 6
S_ervice
True
combo: service
@@ -189,7 +194,8 @@
True
False
1
- 6
+ 6
+ 6
N_ame
True
entry: real_name
@@ -245,7 +251,8 @@
True
False
1
- 6
+ 6
+ 6
N_ickname
True
entry: nickname
@@ -340,8 +347,9 @@