diff options
author | McCabe Maxsted | 2010-06-02 02:52:23 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:27 -0500 |
commit | dcaba73338347a15d0a2b190d3ae5957ab6cd4d3 (patch) | |
tree | f607982cb37237e87c6b18294599a3d57687afe1 /linden/indra/newview/skins/default | |
parent | Applied patch for #315 (mRawImage.notNull() crash) by Robin Cornelius (diff) | |
download | meta-impy-dcaba73338347a15d0a2b190d3ae5957ab6cd4d3.zip meta-impy-dcaba73338347a15d0a2b190d3ae5957ab6cd4d3.tar.gz meta-impy-dcaba73338347a15d0a2b190d3ae5957ab6cd4d3.tar.bz2 meta-impy-dcaba73338347a15d0a2b190d3ae5957ab6cd4d3.tar.xz |
Differentiate between console and bubble chat opacity sliders in Preferences > Text Chat
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml index 547b547..2271597 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | |||
@@ -107,9 +107,9 @@ | |||
107 | </text> | 107 | </text> |
108 | <slider bottom_delta="-25" can_edit_text="false" control_name="ConsoleBackgroundOpacity" | 108 | <slider bottom_delta="-25" can_edit_text="false" control_name="ConsoleBackgroundOpacity" |
109 | decimal_digits="3" enabled="true" follows="left|top" height="12" | 109 | decimal_digits="3" enabled="true" follows="left|top" height="12" |
110 | increment="0.05" initial_val="1" label="Opacity" left="148" max_val="1" | 110 | increment="0.05" initial_val="1" label="Console Opacity" left="148" max_val="1" |
111 | min_val="0" mouse_opaque="true" name="console_opacity" show_text="true" | 111 | min_val="0" mouse_opaque="true" name="console_opacity" show_text="true" |
112 | value="0.4" width="200" /> | 112 | value="0.4" width="225" /> |
113 | <check_box bottom_delta="-25" control_name="ChatFullWidth" enabled="true" | 113 | <check_box bottom_delta="-25" control_name="ChatFullWidth" enabled="true" |
114 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" | 114 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" |
115 | label="Use full screen width (Requires restart)" left="148" | 115 | label="Use full screen width (Requires restart)" left="148" |
@@ -159,7 +159,7 @@ | |||
159 | name="bubble_text_chat" radio_style="false" width="237" /> | 159 | name="bubble_text_chat" radio_style="false" width="237" /> |
160 | <slider bottom="-402" can_edit_text="false" control_name="ChatBubbleOpacity" | 160 | <slider bottom="-402" can_edit_text="false" control_name="ChatBubbleOpacity" |
161 | decimal_digits="3" enabled="true" follows="left|top" height="12" | 161 | decimal_digits="3" enabled="true" follows="left|top" height="12" |
162 | increment="0.05" initial_val="1" label="Opacity" left="148" max_val="1" | 162 | increment="0.05" initial_val="1" label="Bubble Opacity" left="148" max_val="1" |
163 | min_val="0" mouse_opaque="true" name="bubble_chat_opacity" show_text="true" | 163 | min_val="0" mouse_opaque="true" name="bubble_chat_opacity" show_text="true" |
164 | value="0.5" width="200" /> | 164 | value="0.5" width="225" /> |
165 | </panel> | 165 | </panel> |