Changeset 6564 for code/branches/gamestate/src/orxonox
- Timestamp:
 - Mar 18, 2010, 10:07:48 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/gamestate/src/orxonox/pickup/PickupInventory.cc
r6417 r6564 300 300 if(!winMgr) { return; } 301 301 302 CEGUI::Window* frame = winMgr->createWindow(" TaharezLook/StaticImage", "orxonox/Inventory/Frame/" + id);302 CEGUI::Window* frame = winMgr->createWindow("MenuWidgets/StaticImage", "orxonox/Inventory/Frame/" + id); 303 303 frame->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 5 + x * 70), CEGUI::UDim(0, 5 + y * 90))); 304 304 frame->setSize(CEGUI::UVector2(CEGUI::UDim(0, 65), CEGUI::UDim(0, 65))); … … 306 306 frame->setVisible(false); 307 307 308 CEGUI::Window* text = winMgr->createWindow(" TaharezLook/StaticText", "orxonox/Inventory/Title/" + id);308 CEGUI::Window* text = winMgr->createWindow("MenuWidgets/StaticText", "orxonox/Inventory/Title/" + id); 309 309 text->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 5 + x * 70), CEGUI::UDim(0, 70 + y * 90))); 310 310 text->setSize(CEGUI::UVector2(CEGUI::UDim(0, 65), CEGUI::UDim(0, 20))); … … 316 316 text->setVisible(false); 317 317 318 CEGUI::Window* btn = winMgr->createWindow(" TaharezLook/Button", "orxonox/Inventory/Items/" + id);318 CEGUI::Window* btn = winMgr->createWindow("MenuWidgets/Button", "orxonox/Inventory/Items/" + id); 319 319 btn->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 8 + x * 70), CEGUI::UDim(0, 8 + y * 90))); 320 320 btn->setSize(CEGUI::UVector2(CEGUI::UDim(0, 59), CEGUI::UDim(0, 59)));  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






