Fixed #10846
This commit is contained in:
@@ -221,7 +221,7 @@ public class LogicDialog extends BaseDialog{
|
|||||||
update(() -> setColor(typeColor(s, color)));
|
update(() -> setColor(typeColor(s, color)));
|
||||||
}}, new Label(() -> " " + typeName(s) + " "){{
|
}}, new Label(() -> " " + typeName(s) + " "){{
|
||||||
setStyle(Styles.outlineLabel);
|
setStyle(Styles.outlineLabel);
|
||||||
}});
|
}}).minWidth(120f);
|
||||||
|
|
||||||
t.row();
|
t.row();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user