Changeset 215
- Timestamp:
- 06/10/06 17:48:12 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/PreferencesView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/PreferencesView.cxx
r213 r215 38 38 39 39 GtkWidget *notebook = gtk_notebook_new (); 40 gtk_container_add (GTK_CONTAINER (GTK_DIALOG(m_PreferencesDialog)->vbox), 40 gtk_container_add (GTK_CONTAINER (GTK_DIALOG(m_PreferencesDialog)->vbox), 41 41 notebook); 42 gtk_container_set_border_width (GTK_CONTAINER (notebook), 6); 42 43 43 44 // Add the notebook's tabs.
