mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added cUIAquaTheme, a wrapper to create controls for the Aqua theme.
cUITheme controls creation methods completed. Fixed Font shadow drawing for cached fonts. Fixed a bug on size calculation in GetSkinShapeSize on cUIControl.
This commit is contained in:
@@ -42,8 +42,8 @@ void cUIManager::Init( Uint32 Flags, cWindow * window ) {
|
||||
Params.Parent( NULL );
|
||||
Params.PosSet( 0, 0 );
|
||||
Params.SizeSet( cEngine::instance()->GetWidth(), cEngine::instance()->GetHeight() );
|
||||
Params.Flags = UI_HALIGN_LEFT | UI_VALIGN_CENTER | UI_REPORT_SIZE_CHANGE_TO_CHILDS;
|
||||
Params.WinFlags = cUIWindow::UI_WIN_NO_BORDER | cUIWindow::UI_WIN_RESIZEABLE;
|
||||
Params.Flags = UI_CONTROL_DEFAULT_FLAGS | UI_REPORT_SIZE_CHANGE_TO_CHILDS;
|
||||
Params.WinFlags = UI_WIN_NO_BORDER | UI_WIN_RESIZEABLE;
|
||||
Params.MinWindowSize = eeSize( 0, 0 );
|
||||
Params.DecorationSize = eeSize( 0, 0 );
|
||||
Params.DecorationAutoSize = false;
|
||||
|
||||
Reference in New Issue
Block a user