From 13ae4810ca857ae018d9cc34b5181d476cd3316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 13 Jan 2022 21:31:14 +0100 Subject: Apply some bits of GNOME HIG 1.0 --- fiv-sidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fiv-sidebar.c') 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); -- cgit v1.2.3