Various minor bugfixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user