diff options
author | dmitry <none@none> | 2013-08-02 18:00:08 +0300 |
---|---|---|
committer | dmitry <none@none> | 2013-08-02 18:00:08 +0300 |
commit | 48f702029f498b83c6a9ade54c3814def0df4bc8 (patch) | |
tree | 2f5c6273ab350dc8832c7090bbb6fad728aa9727 /indra/newview/app_settings | |
parent | aec50ffdad0705e01e14a66b83683f8947c8e02a (diff) |
MAINT-2914 FIXED Mousing over UI elements does not make them light up
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/commands.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 4659673333..aa8e3b5166 100755 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -13,6 +13,7 @@ <command name="appearance" available_in_toybox="true" icon="Command_Appearance_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Appearance_Label" tooltip_ref="Command_Appearance_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -23,6 +24,7 @@ <command name="avatar" available_in_toybox="true" icon="Command_Avatar_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Avatar_Label" tooltip_ref="Command_Avatar_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -94,6 +96,7 @@ <command name="inventory" available_in_toybox="true" icon="Command_Inventory_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Inventory_Label" tooltip_ref="Command_Inventory_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -121,6 +124,7 @@ <command name="minimap" available_in_toybox="true" icon="Command_MiniMap_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_MiniMap_Label" tooltip_ref="Command_MiniMap_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -171,6 +175,7 @@ <command name="places" available_in_toybox="true" icon="Command_Places_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Places_Label" tooltip_ref="Command_Places_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -199,6 +204,7 @@ <command name="search" available_in_toybox="true" icon="Command_Search_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Search_Label" tooltip_ref="Command_Search_Tooltip" execute_function="Floater.ToggleOrBringToFront" @@ -209,6 +215,7 @@ <command name="snapshot" available_in_toybox="true" icon="Command_Snapshot_Icon" + hover_icon="Command_Highlighting_Icon" label_ref="Command_Snapshot_Label" tooltip_ref="Command_Snapshot_Tooltip" execute_function="Floater.ToggleOrBringToFront" |