diff options
| author | Richard Nelson <none@none> | 2010-08-16 17:56:46 -0700 | 
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-16 17:56:46 -0700 | 
| commit | 98bcaa1071ac4fb0b98a719c7fc7bdb3682dae4c (patch) | |
| tree | 459026a5e26c868ba91681a531d35bf1c7cec899 | |
| parent | 124bc854dd7c3dffc044f306cf836a5d6c68bd2e (diff) | |
made hint popups "chrome", meaning they can't steal focus
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/hint_popup.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/widgets/hint_popup.xml b/indra/newview/skins/default/xui/en/widgets/hint_popup.xml index fbd92f982e..a9975941af 100644 --- a/indra/newview/skins/default/xui/en/widgets/hint_popup.xml +++ b/indra/newview/skins/default/xui/en/widgets/hint_popup.xml @@ -3,6 +3,7 @@   name="hint"   background_opaque="true"   background_visible="true" + chrome="true"    layout="topleft"   bg_opaque_image="hint_background"   distance="24" | 
