diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-09 21:22:54 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-09 21:22:54 -0700 |
commit | 3585ac1ad78ecf543086d61265c7a1ffec0250bb (patch) | |
tree | 72e254e4e1327ab2b273ee4409752016fee60975 /indra/newview/skins | |
parent | 4f467d6e1a96d8323eaafb8bac3192cffef4635c (diff) |
DD-180 : Simple xml fix so that the last item in inventory panels is selectable
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_marketplace_listings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml b/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml index f5630aeecb..8f58146a48 100755 --- a/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml +++ b/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml @@ -25,7 +25,7 @@ <panel follows="all" left="10" - height="420" + height="440" width="313" top="0" bg_opaque_color="InventoryBackgroundColor"> @@ -36,7 +36,7 @@ top="0" left="0" width="313" - height="420" + height="440" bg_opaque_color="InventoryBackgroundColor"> <text name="marketplace_listings_inventory_placeholder_title" |