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
@@ -115,9 +115,10 @@ public class WndRanking extends WndTabbed {
add( pages[i] );
Tab tab = new RankingTab( labels[i], pages[i] );
tab.setSize( TAB_WIDTH, tabHeight() );
add( tab );
}
layoutTabs();
select( 0 );
}