Skip to content
Snippets Groups Projects
Commit 61fb8c3f authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-4239 FIXED Border and text around top two buttons are added

parent c62ac0ca
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
legacy_header_height="18" legacy_header_height="18"
can_resize="true" can_resize="true"
default_tab_group="1" default_tab_group="1"
height="350" height="370"
layout="topleft" layout="topleft"
min_height="160" min_height="190"
min_width="285" min_width="285"
name="objectcontents" name="objectcontents"
help_topic="objectcontents" help_topic="objectcontents"
...@@ -31,22 +31,41 @@ ...@@ -31,22 +31,41 @@
background_visible="false" background_visible="false"
draw_border="false" draw_border="false"
follows="all" follows="all"
height="250" height="240"
layout="topleft" layout="topleft"
left="10" left="10"
name="object_contents" name="object_contents"
top_pad="0" top_pad="0"
width="284" /> width="284" />
<view_border
bevel_style="none"
follows="bottom|left"
height="50"
highlight_light_color="0.6 0.6 0.6"
layout="topleft"
left="10"
name="border"
top_pad="5"
width="270"/>
<text
follows="bottom|left"
height="15"
layout="topleft"
left="15"
name="border_note"
text_color="White"
top_delta="5">
Copy to inventory and wear
</text>
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
label="Copy and add to outfit" label="Add to outfit"
label_selected="Copy and add to outfit" label_selected="Add to outfit"
layout="topleft" layout="topleft"
left="15" left="15"
name="copy_and_wear_button" name="copy_and_wear_button"
top_pad="5" top_pad="3"
width="135"> width="135">
<button.commit_callback <button.commit_callback
function="OpenObject.MoveAndWear" /> function="OpenObject.MoveAndWear" />
...@@ -63,7 +82,6 @@ ...@@ -63,7 +82,6 @@
<button.commit_callback <button.commit_callback
function="OpenObject.ReplaceOutfit" /> function="OpenObject.ReplaceOutfit" />
</button> </button>
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
...@@ -73,7 +91,7 @@ ...@@ -73,7 +91,7 @@
left="15" left="15"
name="copy_to_inventory_button" name="copy_to_inventory_button"
tab_group="1" tab_group="1"
top_pad="5" top_pad="9"
width="135"> width="135">
<button.commit_callback <button.commit_callback
function="OpenObject.MoveToInventory" /> function="OpenObject.MoveToInventory" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment