v0.2.4: fixed chrome inconsistency, standardized tab layouts and made them pretty
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user