Fixed #7331
This commit is contained in:
@@ -583,7 +583,7 @@ public class ResearchDialog extends BaseDialog{
|
|||||||
infoTable.table(b -> {
|
infoTable.table(b -> {
|
||||||
b.margin(0).left().defaults().left();
|
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.button(Icon.info, Styles.flati, () -> ui.content.show(node.content)).growY().width(50f);
|
||||||
}
|
}
|
||||||
b.add().grow();
|
b.add().grow();
|
||||||
|
|||||||
Reference in New Issue
Block a user