v0.2.4: fixed chrome inconsistency, standardized tab layouts and made them pretty
This commit is contained in:
@@ -57,7 +57,6 @@ public class WndClass extends WndTabbed {
|
||||
add( tabMastery );
|
||||
|
||||
tab = new RankingTab( TXT_MASTERY, tabMastery );
|
||||
tab.setSize( TAB_WIDTH, tabHeight() );
|
||||
add( tab );
|
||||
|
||||
resize(
|
||||
@@ -67,6 +66,8 @@ public class WndClass extends WndTabbed {
|
||||
resize( (int)tabPerks.width, (int)tabPerks.height );
|
||||
}
|
||||
|
||||
layoutTabs();
|
||||
|
||||
select( 0 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user