mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
More UI fixes.
This commit is contained in:
@@ -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..." );
|
||||
|
||||
Reference in New Issue
Block a user