Changed TextArea padding
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
@@ -2481,7 +2481,7 @@ textarea
|
|||||||
rotate: false
|
rotate: false
|
||||||
xy: 207, 130
|
xy: 207, 130
|
||||||
size: 24, 40
|
size: 24, 40
|
||||||
split: 10, 10, 9, 14
|
split: 10, 10, 9, 11
|
||||||
orig: 24, 40
|
orig: 24, 40
|
||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
index: -1
|
index: -1
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ public class MapInfoDialog extends FloatingDialog{
|
|||||||
|
|
||||||
description = content().addArea(tags.get("description", ""), "textarea", text -> {
|
description = content().addArea(tags.get("description", ""), "textarea", text -> {
|
||||||
tags.put("description", text);
|
tags.put("description", text);
|
||||||
}).size(400f, 130f).get();
|
}).size(400f, 140f).get();
|
||||||
|
|
||||||
content().row();
|
content().row();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user