mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ADded UITheme::getSkin.
Fixed UIListBox default row height. --HG-- branch : dev
This commit is contained in:
@@ -57,7 +57,7 @@ void UITabWidget::setTheme( UITheme * Theme ) {
|
||||
mCtrlContainer->setThemeControl( Theme, "tabcontainer" );
|
||||
|
||||
if ( 0 == mStyleConfig.TabWidgetHeight ) {
|
||||
UISkin * tSkin = Theme->getByName( Theme->getAbbr() + "_" + "tab" );
|
||||
UISkin * tSkin = Theme->getSkin( "tab" );
|
||||
|
||||
if ( NULL != tSkin ) {
|
||||
Sizei tSize1 = getSkinSize( tSkin );
|
||||
|
||||
Reference in New Issue
Block a user