Changeset 215

Show
Ignore:
Timestamp:
06/10/06 17:48:12 (2 years ago)
Author:
jordi
Message:

Changed the border of the preference's notebook.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/PreferencesView.cxx

    r213 r215  
    3838 
    3939    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), 
    4141                       notebook); 
     42    gtk_container_set_border_width (GTK_CONTAINER (notebook), 6); 
    4243 
    4344    // Add the notebook's tabs.