v0.2.4: fixed chrome inconsistency, standardized tab layouts and made them pretty

This commit is contained in:
Evan Debenham
2015-02-07 20:19:11 -05:00
parent 6b432a176e
commit 89d72e60d1
8 changed files with 60 additions and 25 deletions
@@ -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 );
}