Ignore:
Timestamp:
Jan 4, 2007, 6:53:35 PM (19 years ago)
Author:
cinc
Message:

New methods wpViewObject()/wpSwitchTo(). wpOpen() improved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpnotebook.c

    r167 r172  
    7272  /* Create the toplevel window */
    7373  gtkWindow=gtk_window_new(GTK_WINDOW_TOPLEVEL);
    74   gtk_container_set_border_width(GTK_CONTAINER(gtkWindow), 5);
     74  gtk_container_set_border_width(GTK_CONTAINER(gtkWindow), 1);
    7575  /* Make sure we have a reference to the class so the garbage collector
    7676     doesn't unload us */
Note: See TracChangeset for help on using the changeset viewer.