Changeset 5595 for trunk/gtk/details.c
- Timestamp:
- Apr 12, 2008, 2:40:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/details.c
r5593 r5595 1301 1301 g_signal_connect (d, "response", G_CALLBACK (response_cb), gtor); 1302 1302 gtk_dialog_set_has_separator( GTK_DIALOG( d ), FALSE ); 1303 gtk_container_set_border_width (GTK_CONTAINER (d), 5); 1304 gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (d)->vbox), 2); 1303 gtk_container_set_border_width( GTK_CONTAINER( d ), GUI_PAD ); 1305 1304 g_object_weak_ref (G_OBJECT(gtor), torrent_destroyed, d); 1306 1305 … … 1308 1307 /* add the notebook */ 1309 1308 n = gtk_notebook_new (); 1310 gtk_container_set_border_width ( GTK_CONTAINER ( n ), 5);1309 gtk_container_set_border_width ( GTK_CONTAINER ( n ), GUI_PAD ); 1311 1310 1312 1311 w = activity_page_new (gtor);
Note: See TracChangeset
for help on using the changeset viewer.