mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Wrong alignment of text in edit boxes
This commit is contained in:
parent
60cf3bfeb2
commit
6eacd63fd1
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