Fix layout of Associate Listing floater

This commit is contained in:
Lirusaito
2019-03-04 19:10:42 -05:00
parent 1586475232
commit e350824896

View File

@@ -2,11 +2,11 @@
<floater
legacy_header_height="18"
can_minimize="false"
height="110"
height="100"
layout="topleft"
name="associate listing"
help_topic="associate_listing"
title="ASSOCIATE LISTING"
title="Associate Listing"
width="375">
<text
type="string"
@@ -16,22 +16,23 @@
height="16"
layout="topleft"
left="10"
top="25"
bottom="-35"
name="message">
Listing ID:
</text>
<line_editor
type="string"
length="1"
max_length="1000"
enabled="true"
follows="top|right"
font="SansSerif"
height="20"
layout="topleft"
left_delta="0"
name="listing_id"
top_pad="5"
bottom_delta="-26"
width="350">
Type ID here
Type ID Number here
</line_editor>
<button
follows="bottom|left"
@@ -40,14 +41,15 @@
layout="topleft"
left="155"
name="OK"
top_pad="10"
bottom_delta="-30"
width="100" />
<button
follows="bottom|right"
height="23"
label="Cancel"
layout="topleft"
left_pad="5"
bottom_delta="0"
left_delta="105"
name="Cancel"
width="100" />
</floater>