Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9019 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_widget.cc


Ignore:
Timestamp:
Jul 2, 2006, 4:41:32 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: OggPlayer retrieves Information about the current Title
The Title Played is relayed to the Hud's Notifier

File:
1 edited

Legend:

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

    r8990 r9019  
    116116    this->_style[3]._background.setBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    117117
    118     this->setForegroundColor(Color(1, 0, 0, 1), OrxGui::Normal);
    119     this->setForegroundColor(Color(0, 0, 1, 1), OrxGui::Selected);
    120     this->setForegroundColor(Color(0, 1, 0, 1), OrxGui::Focused);
     118    this->setForegroundColor(Color(.8, .8, 1, 1), OrxGui::Normal);
     119    this->setForegroundColor(Color(0, .4, 1.0, 1), OrxGui::Selected);
     120    this->setForegroundColor(Color(0, .0, 1.0, 1), OrxGui::Focused);
    121121    this->setForegroundColor(Color(.1, .1, .1, 1), OrxGui::Insensitive);
    122122
Note: See TracChangeset for help on using the changeset viewer.