Merge branch 'master' of https://github.com/Anuken/Mindustry into maps_phase_2

This commit is contained in:
Epowerj
2022-08-09 18:57:26 -04:00
4 changed files with 87 additions and 86 deletions

View File

@@ -583,7 +583,7 @@ public class ResearchDialog extends BaseDialog{
infoTable.table(b -> {
b.margin(0).left().defaults().left();
if(selectable && (node.content.description != null || node.content.stats.toMap().size > 0)){
if(selectable){
b.button(Icon.info, Styles.flati, () -> ui.content.show(node.content)).growY().width(50f);
}
b.add().grow();