Fixed: Wrong alignment of text in edit boxes

--HG--
branch : develop
This commit is contained in:
kervala 2016-06-26 19:13:34 +02:00
parent 9361a70549
commit b02321e36f

View file

@ -2619,7 +2619,7 @@
<template name="edit_box_widget"
posref="TL TL"
text_x="0"
text_y="-1"
text_y="0"
text_ref="BL BL"
child_resize_h="true"
child_resize_hmargin="0"
@ -2789,7 +2789,7 @@
<template name="edit_box_widget_multiline"
posref="TL TL"
text_x="0"
text_y="-1"
text_y="0"
text_ref="BL BL"
child_resize_h="true"
multi_line="true"