Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8424 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_widget.cc


Ignore:
Timestamp:
Jun 15, 2006, 12:00:55 AM (18 years ago)
Author:
bensch
Message:

gui: new style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/glgui_widget.cc

    r8419 r8424  
    6666    this->setVisibility(GLGUI_WIDGET_DEFAULT_VISIBLE);
    6767
    68     this->_backMat.setDiffuse(0.0, 0.0, 0.0);
     68    this->_backMat.setDiffuse(1.0, 0.5, 0.4);
     69    this->_backMat.setDiffuseMap("gui_element_background.png");
    6970    this->_frontColor.setColor(1.0, 0.0, 0.0);
    7071
    71     this->_borderLeft = 1.0;
     72    this->_borderLeft = 10.0;
    7273    this->_borderRight = 1.0;
    7374    this->_borderTop = 1.0;
     
    250251    this->backMaterial().select();
    251252    this->drawRect(this->backRect());
     253    this->backMaterial().unselect();
    252254  }
    253255
Note: See TracChangeset for help on using the changeset viewer.