From 98bcaa1071ac4fb0b98a719c7fc7bdb3682dae4c Mon Sep 17 00:00:00 2001 From: Richard Nelson <none@none> Date: Mon, 16 Aug 2010 17:56:46 -0700 Subject: [PATCH] made hint popups "chrome", meaning they can't steal focus --- indra/newview/skins/default/xui/en/widgets/hint_popup.xml | 1 + 1 file changed, 1 insertion(+) 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 fbd92f982ef..a9975941af7 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" -- GitLab