diff options
Diffstat (limited to 'fiv-sidebar.c')
-rw-r--r-- | fiv-sidebar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fiv-sidebar.c b/fiv-sidebar.c index 907793a..16de0d4 100644 --- a/fiv-sidebar.c +++ b/fiv-sidebar.c @@ -417,8 +417,8 @@ on_show_enter_location( g_free(label); GtkWidget *content = gtk_dialog_get_content_area(GTK_DIALOG(dialog)); - g_object_set(content, "margin", 5, NULL); - gtk_box_set_spacing(GTK_BOX(content), 5); + g_object_set(content, "margin", 12, NULL); + gtk_box_set_spacing(GTK_BOX(content), 6); gtk_container_add(GTK_CONTAINER(content), entry); gtk_container_add(GTK_CONTAINER(content), protocols); gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_ACCEPT); |