Various minor bugfixes

This commit is contained in:
Anuken
2021-06-04 10:57:15 -04:00
parent 527856e1b0
commit 89fdda0ef6
6 changed files with 36 additions and 8 deletions

View File

@@ -127,7 +127,7 @@ public class ModsDialog extends BaseDialog{
try{
return d.parse(text);
}catch(Exception e){
throw new RuntimeException(e);
return new Date();
}
};
@@ -148,7 +148,7 @@ public class ModsDialog extends BaseDialog{
void setup(){
float h = 110f;
float w = Math.min(Core.graphics.getWidth() / 1.1f, 520f); //squish ? 410f : 524f;
float w = Math.min(Core.graphics.getWidth() / 1.1f, 520f);
cont.clear();
cont.defaults().width(Math.min(Core.graphics.getWidth() / 1.2f, 520f)).pad(4);