The image buttons are gray by default now.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1749 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-04-27 03:16:48 +00:00
parent d9589692cd
commit 66583ff3bf

View File

@ -812,7 +812,7 @@ bool WidgetManager::addImgButtonWgt
{
if( !( addWgt( TOKEN, MIN_WIDTH, MIN_HEIGHT ))) return false;
setWgtColor( TOKEN, WGT_WHITE );
setWgtColor( TOKEN, WGT_GRAY );
showWgtRect( TOKEN );
setWgtTexture( TOKEN, IMG );
showWgtTexture( TOKEN );