diff options
author | Leslie Linden <none@none> | 2011-06-10 16:20:30 -0700 |
---|---|---|
committer | Leslie Linden <none@none> | 2011-06-10 16:20:30 -0700 |
commit | 3eeb14ee0abb5720e010d94eba52db09fa32237e (patch) | |
tree | 17e36f9d42098b912302aa6fd79e9ad67eaa93ce /indra/newview/skins/default/xui/en/widgets | |
parent | 7ed78f92747a7234435d1b6ceef50a3053003f48 (diff) |
EXP-856 FIX -- Inbox item count reflected as badge on inventory button
* Modified badges to be parented to their owners if their owners have no parents
* Modified side tray tab panels to create badges on side tab buttons when the
xml specifies a badge.
* Modified inbox to drive the badge value of the sidebar_inventory button.
* Updated inbox and outbox sizes so scroll bars function as expected
* Updated inventory_panel.xml to allow scroll tag to specify scroll bar
properties, instead of just having them hardcoded.
Reviewed by Richard
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/inventory_panel.xml | 9 |
1 files changed, 8 insertions, 1 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 index 93875d66e6..3164cc5eba 100644 --- a/indra/newview/skins/default/xui/en/widgets/inventory_panel.xml +++ b/indra/newview/skins/default/xui/en/widgets/inventory_panel.xml @@ -3,4 +3,11 @@ bg_opaque_color="InventoryBackgroundColor" background_visible="true" background_opaque="true" - /> + > + <scroll + name="Inventory Scroller" + follows="all" + reserve_scroll_corner="true" + tab_stop="true" + /> +</panel> |