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">
|
||||
Type part of a person's name:
|
||||
</text>
|
||||
<text_editor
|
||||
<line_editor
|
||||
bevel_style="none"
|
||||
border_style="line"
|
||||
border.border_thickness="0"
|
||||
commit_on_focus_lost="false"
|
||||
follows="left|top|right"
|
||||
height="23"
|
||||
layout="topleft"
|
||||
left_delta="0"
|
||||
name="Edit"
|
||||
top_pad="0"
|
||||
|
|
@ -188,8 +187,8 @@
|
|||
<button
|
||||
follows="right|bottom"
|
||||
height="23"
|
||||
label="Ok"
|
||||
label_selected="Ok"
|
||||
label="OK"
|
||||
label_selected="OK"
|
||||
name="Select"
|
||||
top_pad="3"
|
||||
left="46"
|
||||
|
|
|
|||
Loading…
Reference in New Issue