Fixed FLA export - DefineEditText size

This commit is contained in:
Jindra Petřík
2023-11-05 21:11:10 +01:00
parent ad39eec7a5
commit bc74824261
2 changed files with 1 additions and 5 deletions
@@ -4333,10 +4333,6 @@ public class XFLConverter {
double padding = 2;
width -= 2 * padding;
height -= 2 * padding;
if (det.hasLayout) {
width -= twipToPixel(det.rightMargin);
width -= twipToPixel(det.leftMargin);
}
writer.writeAttribute("width", width);
writer.writeAttribute("height", height);
if (det.border) {