diff --git a/core/assets-raw/sprites/ui/textarea.9.png b/core/assets-raw/sprites/ui/textarea.9.png index 87ccdd2e7c..e8b1e5df84 100644 Binary files a/core/assets-raw/sprites/ui/textarea.9.png and b/core/assets-raw/sprites/ui/textarea.9.png differ diff --git a/core/assets/sprites/sprites.atlas b/core/assets/sprites/sprites.atlas index 5ef7d30cc5..c61a2810c2 100644 --- a/core/assets/sprites/sprites.atlas +++ b/core/assets/sprites/sprites.atlas @@ -2481,7 +2481,7 @@ textarea rotate: false xy: 207, 130 size: 24, 40 - split: 10, 10, 9, 14 + split: 10, 10, 9, 11 orig: 24, 40 offset: 0, 0 index: -1 diff --git a/core/src/io/anuke/mindustry/editor/MapInfoDialog.java b/core/src/io/anuke/mindustry/editor/MapInfoDialog.java index 2a62eece07..b2b44b4954 100644 --- a/core/src/io/anuke/mindustry/editor/MapInfoDialog.java +++ b/core/src/io/anuke/mindustry/editor/MapInfoDialog.java @@ -47,7 +47,7 @@ public class MapInfoDialog extends FloatingDialog{ description = content().addArea(tags.get("description", ""), "textarea", text -> { tags.put("description", text); - }).size(400f, 130f).get(); + }).size(400f, 140f).get(); content().row();