Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2004, 12:55:48 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: now appending from top, so that new lines are directly visible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console.cc

    r1893 r1908  
    4141  vbox_main = gtk_vbox_new(FALSE, 5);
    4242    {
     43      gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0);
    4344      gtk_box_pack_start(GTK_BOX(vbox_main), log.createLog(), TRUE, TRUE, 0);
    44       gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0);
    4545      entry.setLog(&log);
    4646    }
Note: See TracChangeset for help on using the changeset viewer.