This commit is contained in:
Anuken 2022-08-09 09:11:11 -04:00
parent bae64cb98a
commit 6e11418fa4

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();