EXT-1225 EXT-1187 Unable to submit resident name in "Choose Resident". Input field was incorrectly changed to text_editor from line_editor, so I switched it back. Not reviewed.
parent
c6a3df44d8
commit
9818f15836
|
|
@ -55,14 +55,13 @@
|
||||||
width="220">
|
width="220">
|
||||||
Type part of a person's name:
|
Type part of a person's name:
|
||||||
</text>
|
</text>
|
||||||
<text_editor
|
<line_editor
|
||||||
bevel_style="none"
|
bevel_style="none"
|
||||||
border_style="line"
|
border_style="line"
|
||||||
border.border_thickness="0"
|
border.border_thickness="0"
|
||||||
commit_on_focus_lost="false"
|
commit_on_focus_lost="false"
|
||||||
follows="left|top|right"
|
follows="left|top|right"
|
||||||
height="23"
|
height="23"
|
||||||
layout="topleft"
|
|
||||||
left_delta="0"
|
left_delta="0"
|
||||||
name="Edit"
|
name="Edit"
|
||||||
top_pad="0"
|
top_pad="0"
|
||||||
|
|
@ -188,8 +187,8 @@
|
||||||
<button
|
<button
|
||||||
follows="right|bottom"
|
follows="right|bottom"
|
||||||
height="23"
|
height="23"
|
||||||
label="Ok"
|
label="OK"
|
||||||
label_selected="Ok"
|
label_selected="OK"
|
||||||
name="Select"
|
name="Select"
|
||||||
top_pad="3"
|
top_pad="3"
|
||||||
left="46"
|
left="46"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue