Fixed: Wrong alignment of text in edit boxes
--HG-- branch : develop
This commit is contained in:
parent
9361a70549
commit
b02321e36f
1 changed files with 2 additions and 2 deletions
|
@ -2619,7 +2619,7 @@
|
||||||
<template name="edit_box_widget"
|
<template name="edit_box_widget"
|
||||||
posref="TL TL"
|
posref="TL TL"
|
||||||
text_x="0"
|
text_x="0"
|
||||||
text_y="-1"
|
text_y="0"
|
||||||
text_ref="BL BL"
|
text_ref="BL BL"
|
||||||
child_resize_h="true"
|
child_resize_h="true"
|
||||||
child_resize_hmargin="0"
|
child_resize_hmargin="0"
|
||||||
|
@ -2789,7 +2789,7 @@
|
||||||
<template name="edit_box_widget_multiline"
|
<template name="edit_box_widget_multiline"
|
||||||
posref="TL TL"
|
posref="TL TL"
|
||||||
text_x="0"
|
text_x="0"
|
||||||
text_y="-1"
|
text_y="0"
|
||||||
text_ref="BL BL"
|
text_ref="BL BL"
|
||||||
child_resize_h="true"
|
child_resize_h="true"
|
||||||
multi_line="true"
|
multi_line="true"
|
||||||
|
|
Loading…
Reference in a new issue