diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-11-29 20:04:26 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-11-29 20:04:26 +0200 |
commit | 85c75c9ce3b68a82d5f891ef21ea10ddf012ecc4 (patch) | |
tree | 30860fd8589ef42f00b11ac2e1dc1157f1e37ee5 /indra/newview/skins/default/xui/en/panel_pick_info.xml | |
parent | 2f0919b175444221783942ce6f49e2e04a725227 (diff) |
STORM-689 FIXED "Back" but is opaque in all of the undocked side panels
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater)
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_pick_info.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_pick_info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_pick_info.xml b/indra/newview/skins/default/xui/en/panel_pick_info.xml index 0496c86215..7daa52b2d9 100644 --- a/indra/newview/skins/default/xui/en/panel_pick_info.xml +++ b/indra/newview/skins/default/xui/en/panel_pick_info.xml @@ -21,7 +21,8 @@ left="10" tab_stop="false" top="2" - width="30" /> + width="30" + use_draw_context_alpha="false" /> <text follows="top|left|right" font="SansSerifHugeBold" |