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
@@ -102,9 +102,10 @@ public class WndCatalogus extends WndTabbed {
}
};
for (Tab tab : tabs) {
tab.setSize( TAB_WIDTH, tabHeight() );
add( tab );
}
layoutTabs();
select( showPotions ? 0 : 1 );
}