Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8769 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_button.cc


Ignore:
Timestamp:
Jun 24, 2006, 4:21:52 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Font in Button-Widget used

File:
1 edited

Legend:

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

    r8740 r8769  
    5656    this->setClickable(true);
    5757
    58     this->_label.setFont("fonts/final_frontier.ttf", 20);
     58    this->_label.setFont(this->font());
    5959    this->_label.setColor(this->foregroundColor() );
    6060
Note: See TracChangeset for help on using the changeset viewer.