More UI fixes.

This commit is contained in:
spartanj
2010-12-09 17:27:01 -03:00
parent 134237d14b
commit a501124e03
20 changed files with 264 additions and 45 deletions

View File

@@ -608,7 +608,7 @@ void cEETest::CreateUI() {
MenuParams.MinWidth = 100;
MenuParams.MinSpaceForIcons = 16;
MenuParams.PosSet( 0, 0 );
MenuParams.FontOverColor = eeColorA( 255, 255, 255, 255 );
MenuParams.FontSelectedColor = eeColorA( 255, 255, 255, 255 );
Menu = eeNew( cUIPopUpMenu, ( MenuParams ) );
Menu->Add( L"New", cGlobalShapeGroup::instance()->GetByName( "aqua_button_ok" ) );
Menu->Add( L"Open..." );