diff options
author | elektrahesse | 2010-09-09 18:48:15 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:11:30 -0700 |
commit | 0fbdd7d10de8fa253cb008504e9e8dc44ed16b29 (patch) | |
tree | bbc9e681097656d61c2b3d5368ebb6491de62421 /linden/indra/newview/skins/default/xui | |
parent | Removed Object-Object Occlusion shortcut as it interferes with the AO (diff) | |
download | meta-impy-0fbdd7d10de8fa253cb008504e9e8dc44ed16b29.zip meta-impy-0fbdd7d10de8fa253cb008504e9e8dc44ed16b29.tar.gz meta-impy-0fbdd7d10de8fa253cb008504e9e8dc44ed16b29.tar.bz2 meta-impy-0fbdd7d10de8fa253cb008504e9e8dc44ed16b29.tar.xz |
Fixed chat colors and added group im colors
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml index 65d118d..b344d14 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml | |||
@@ -190,7 +190,11 @@ | |||
190 | label="Show chat messages containing your name in a different color" left="12" mouse_opaque="true" | 190 | label="Show chat messages containing your name in a different color" left="12" mouse_opaque="true" |
191 | name="HighlightOwnNameInChat" radio_style="false" width="217" /> | 191 | name="HighlightOwnNameInChat" radio_style="false" width="217" /> |
192 | 192 | ||
193 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-180" | 193 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" |
194 | initial_value="true" label="Show GroupIM messages containing your name in a different color" left="12" | ||
195 | mouse_opaque="true" name="HighlightOwnNameInIM" radio_style="false" width="270"/> | ||
196 | |||
197 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-210" | ||
194 | can_apply_immediately="true" color="1 1 1 1" control_name="OwnNameChatColor" | 198 | can_apply_immediately="true" color="1 1 1 1" control_name="OwnNameChatColor" |
195 | enabled="true" follows="left|top" height="56" label="Own Name" left_delta="68" | 199 | enabled="true" follows="left|top" height="56" label="Own Name" left_delta="68" |
196 | mouse_opaque="true" name="OwnNameChatColor" width="54" /> | 200 | mouse_opaque="true" name="OwnNameChatColor" width="54" /> |