Skip to content
Snippets Groups Projects
Commit 88dca882 authored by Merov Linden's avatar Merov Linden
Browse files

DD-300 : WIP : Add drop zone to marketplace (XUI work)

parent 162d33de
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,7 @@ with the same filename but different name
<texture name="Map_Placeholder_Icon" file_name="icons/map_placeholder.png" preload="true" />
<texture name="Marketplace_Dropzone_Background" file_name="widgets/Marketplace_Dropzone_Background.png" preload="true" />
<texture name="MarketplaceBtn_Off" file_name="widgets/MarketplaceBtn_Off.png" preload="true" scale.left="30" scale.top="19" scale.right="35" scale.bottom="4" />
<texture name="MarketplaceBtn_Selected" file_name="widgets/MarketplaceBtn_Selected.png" preload="true" scale.left="30" scale.top="19" scale.right="35" scale.bottom="4" />
......
indra/newview/skins/default/textures/widgets/Marketplace_Dropzone_Background.png

459 B

......@@ -56,7 +56,7 @@
layout="topleft"
default_tab_group="1"
width="308"
height="400">
height="350">
<filter_editor
text_pad_left="10"
follows="left|top|right"
......@@ -76,7 +76,7 @@
left="0"
top_pad="0"
width="308"
height="370"
height="320"
halign="center"
tab_height="30"
tab_group="1"
......@@ -84,4 +84,34 @@
tab_min_width="50">
</tab_container>
</panel>
<panel
name="marketplace_drop_zone"
mouse_opaque="false"
follows="bottom|left|right"
left="2"
width="306"
height="40"
background_visible="true"
background_opaque="true"
bg_alpha_image="none"
bg_alpha_color="EmphasisColor_35"
bg_opaque_image="Marketplace_Dropzone_Background"
border="true"
bevel_style="in"
visible="true">
<text
type="string"
follows="bottom|left|right"
layout="topleft"
top="13"
height="20"
left="2"
width="306"
halign="center"
font="SansSerifMedium"
font_shadow="hard"
valign="top">
Drop folders here to create new listings
</text>
</panel>
</panel>
\ No newline at end of file
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