Fixed font line height / Bundles updated / Changelog date

This commit is contained in:
Anuken
2018-09-02 13:49:38 -04:00
parent 46ab6d3476
commit 1d21d36253
18 changed files with 107 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ public class ChangelogDialog extends FloatingDialog{
Table in = new Table("clear");
in.top().left().margin(10);
in.add("[accent]" + info.name);
in.add("[accent]" + info.name + "[LIGHT_GRAY] | " + info.date);
if(info.build == Version.build){
in.row();
in.add("$text.changelog.current");