Removed rectangle around non-selectable text.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1899 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bdec3c7121
commit
9e83714ec2
@ -70,6 +70,7 @@ GrandPrixSelect::GrandPrixSelect() : m_curr_track_img(0), m_clock(0.0f)
|
||||
|
||||
widget_manager->addTextWgt( WTOK_DESCRIPTION, 80, 7, _("No Grand Prix selected") );
|
||||
widget_manager->setWgtTextSize(WTOK_DESCRIPTION, WGT_FNT_SML);
|
||||
widget_manager->hideWgtRect(WTOK_DESCRIPTION);
|
||||
widget_manager->breakLine();
|
||||
widget_manager->breakLine();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user