diff options
author | James Cook <james@lindenlab.com> | 2010-01-11 13:58:42 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-11 13:58:42 -0800 |
commit | ba1f246503bd4c4334a0e6c2de78d790e262a276 (patch) | |
tree | 1221064c3ff2b5d5c02a2e72af75b211547a56e5 /indra/newview/skins/default/xui/en/widgets | |
parent | bbcbed2539ff32275e95a5e0c1e9474eb04b2311 (diff) |
EXT-3687 Inventory and Outfits lists don't fill panel need DkGray2 background
EXT-4044 Inventory and Outfits scroll region has no background color/border
Moved background color initialization to inventory_panel.xml
Fixed search highlight color and extra borders no longer needed now that colors
are correct. Reviewed with Simon.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/inventory_panel.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/inventory_panel.xml b/indra/newview/skins/default/xui/en/widgets/inventory_panel.xml new file mode 100644 index 0000000000..93875d66e6 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/inventory_panel.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + bg_opaque_color="InventoryBackgroundColor" + background_visible="true" + background_opaque="true" + /> |