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
@@ -83,11 +83,10 @@ public class WndHero extends WndTabbed {
buffs.visible = buffs.active = selected;
};
} );
for (Tab tab : tabs) {
tab.setSize( TAB_WIDTH, tabHeight() );
}
resize( WIDTH, (int)Math.max( stats.height(), buffs.height() ) );
layoutTabs();
select( 0 );
}