diff options
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_marketplace_listings.xml | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_marketplace_listings.xml b/indra/newview/skins/default/xui/en/panel_marketplace_listings.xml index 9f319273a8..68d75440bd 100755 --- a/indra/newview/skins/default/xui/en/panel_marketplace_listings.xml +++ b/indra/newview/skins/default/xui/en/panel_marketplace_listings.xml @@ -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 |