ADded UITheme::getSkin.

Fixed UIListBox default row height.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-03-15 21:42:23 -03:00
parent 96adf132a2
commit c154544563
9 changed files with 21 additions and 16 deletions

View File

@@ -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 );