Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8016 in orxonox.OLD for branches/gui/src/story_entities


Ignore:
Timestamp:
May 31, 2006, 11:09:27 AM (19 years ago)
Author:
bensch
Message:

box scales with its children

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r8013 r8016  
    117117  OrxGui::GLGuiBox* imageSelector = new OrxGui::GLGuiBox();
    118118  {
    119 
    120119    image = new OrxGui::GLGuiImage();
    121     image->setWidgetSize(200, 200);
     120    image->setWidgetSize(300, 300);
    122121    image->setAbsCoor2D(300, 300);
    123122    imageSelector->pack(image);
Note: See TracChangeset for help on using the changeset viewer.