From 3f1389818caa05678ef2f1c4cc9ae7e130118698 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 23 May 2018 10:28:47 -0400 Subject: [PATCH] Changed TextArea padding --- core/assets-raw/sprites/ui/textarea.9.png | Bin 216 -> 216 bytes core/assets/sprites/sprites.atlas | 2 +- .../anuke/mindustry/editor/MapInfoDialog.java | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/assets-raw/sprites/ui/textarea.9.png b/core/assets-raw/sprites/ui/textarea.9.png index 87ccdd2e7c62684b5076f13f4e9aeec86ed63adc..e8b1e5df8418bf8c6f3c631e4342fbbeb7d3b52c 100644 GIT binary patch delta 141 zcmcb?c!P05aJ@K-fOP1MW;q51hEz`%$B>A_Z?8LY9Z=wLx#;;(&(hcLb*7E)E`5=Z zTRKn9`?<(lNGC^m+g&rOzM!J16lA~bd*1XerY&>7Z8JP}W7mbdFJDw^R9Y#3!2-?` uS_`)Q5?r$Q@bb>PCmZ|DHJvJAUNE00{4JaRO9lo822WQuKbLh*2~7akFFPgx delta 141 zcmcb?c!P05aJ`riql!R*=@bSAhEz`%$B>A_Z>KwQ9WdZvDfj;WD7$9u`j4jH;yAWk zVw?5uj*|iNYIf&4i~Z8$bX6F3R6lf8YLZq{44hqCGI8cw_Om{=RdFF*eoCDxlROsL xcdmG`Z>K|_n4|0V9|k4$e6KD>Ey|Qxc#9{ze&Q2(1_lNOPggcSmvv4FO#p?dIJy7; 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();