mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 23:04:00 +07:00
Wider objective editing dialog
This commit is contained in:
parent
4f05904b4a
commit
567b515611
@ -368,7 +368,7 @@ public class MapObjectivesCanvas extends WidgetGroup{
|
||||
() -> obj,
|
||||
res -> {}
|
||||
);
|
||||
}).width(400f).fillY()).grow();
|
||||
}).width(Math.min(Core.graphics.getWidth() * 0.95f / Scl.scl(1f) - Scl.scl(20f), 700f)).fillY()).grow();
|
||||
|
||||
dialog.addCloseButton();
|
||||
dialog.show();
|
||||
|
@ -44,7 +44,7 @@ public class MapObjectivesDialog extends BaseDialog{
|
||||
name(cont, name, remover, indexer);
|
||||
|
||||
if(field != null && field.isAnnotationPresent(Multiline.class)){
|
||||
cont.area(get.get(), set).height(85f).growX();
|
||||
cont.area(get.get(), set).height(100f).growX();
|
||||
}else{
|
||||
cont.field(get.get(), set).growX();
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=f2ffd0e34f
|
||||
archash=85daacbf87
|
||||
|
Loading…
Reference in New Issue
Block a user