Add more space to the right of the input dialog.
authorwwp <subscript@free.fr>
Mon, 25 Oct 2021 22:09:23 +0000 (00:09 +0200)
committerwwp <subscript@free.fr>
Mon, 25 Oct 2021 22:09:23 +0000 (00:09 +0200)
src/gtk/inputdialog.c

index bf5b97123dfb68536d2eb37c008b781d30e1bfd1..1312dd839162ad875c0a63c68d5d3284f5e082be 100644 (file)
@@ -321,7 +321,7 @@ static void input_dialog_create(gboolean is_password)
        gtk_box_pack_start (GTK_BOX (hbox), icon_p, FALSE, FALSE, 0);
        
        vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 12);
-       gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 0);
+       gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 16);
        gtk_widget_show (vbox);
        
        msg_title = gtk_label_new("");