mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) #687: GNOME HIG fixes for Details dialog
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user