From 13ae4810ca857ae018d9cc34b5181d476cd3316a Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 13 Jan 2022 21:31:14 +0100 Subject: Apply some bits of GNOME HIG 1.0 --- fiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index 90ef3b8..c001ad8 100644 --- a/fiv.c +++ b/fiv.c @@ -437,7 +437,7 @@ show_about_dialog(GtkWidget *parent) gtk_text_buffer_insert_markup(buffer, &iter, formatted, -1); g_free(formatted); - enum { SUBBOX_MARGIN = 12 /* Roughly matches. */ }; + enum { SUBBOX_MARGIN = 12 /* GNOME HIG 1.0 */ }; GtkWidget *subbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 12); gtk_widget_set_margin_start(subbox, SUBBOX_MARGIN); gtk_widget_set_margin_end(subbox, SUBBOX_MARGIN); -- cgit v1.2.3-54-g00ecf