Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2016 in orxonox.OLD for orxonox


Ignore:
Timestamp:
Jun 22, 2004, 8:13:39 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: window-border is on again. Otherwise the Window is not movable in Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui.cc

    r2013 r2016  
    177177  gtk_window_set_policy (GTK_WINDOW (widget), TRUE, TRUE, TRUE);
    178178  gtk_container_set_border_width (GTK_CONTAINER (widget), 3);
    179   gtk_window_set_decorated (GTK_WINDOW (widget), FALSE);
     179  //  gtk_window_set_decorated (GTK_WINDOW (widget), FALSE);
    180180  this->setTitle (windowName);
    181181}
Note: See TracChangeset for help on using the changeset viewer.