(gtk) #687: GNOME HIG fixes for Details dialog

This commit is contained in:
Charles Kerr
2008-02-06 15:52:30 +00:00
parent fb2fa0a42c
commit b815622fed
2 changed files with 52 additions and 25 deletions

View File

@@ -57,7 +57,7 @@ hig_workarea_add_section_spacer (GtkWidget * table,
/* spacer to move the fields a little to the right of the name header */
w = gtk_alignment_new (0.0f, 0.0f, 0.0f, 0.0f);
gtk_widget_set_size_request (w, 18u, 0u);
gtk_widget_set_size_request (w, 12u, 0u);
gtk_table_attach (GTK_TABLE(table), w, 0, 1, row, row+items_in_section, 0, 0, 0, 0);
/* spacer between the controls and their labels */