aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-11 00:08:34 -0700
committerMcCabe Maxsted2010-09-11 00:08:34 -0700
commitc8f15cf380f910fb3b642b3089b0fd461e9fc883 (patch)
tree8a105aad7430b7ecc25d3889f45a4c73241ea708 /linden/indra
parentMade the default friend chat color the same color as friends' glyph in the mi... (diff)
downloadmeta-impy-c8f15cf380f910fb3b642b3089b0fd461e9fc883.zip
meta-impy-c8f15cf380f910fb3b642b3089b0fd461e9fc883.tar.gz
meta-impy-c8f15cf380f910fb3b642b3089b0fd461e9fc883.tar.bz2
meta-impy-c8f15cf380f910fb3b642b3089b0fd461e9fc883.tar.xz
Fixed color picker size being too tiny for the label
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml12
1 files changed, 6 insertions, 6 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 b344d14..38033a3 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
@@ -180,10 +180,10 @@
180 initial_value="true" label="Show chat messages from friends in a different color" left="12" 180 initial_value="true" label="Show chat messages from friends in a different color" left="12"
181 mouse_opaque="true" name="HighlightFriendsChat" radio_style="false" width="270"/> 181 mouse_opaque="true" name="HighlightFriendsChat" radio_style="false" width="270"/>
182 182
183 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-90" 183 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-100"
184 can_apply_immediately="true" color="1 1 1 1" control_name="FriendsChatColor" 184 can_apply_immediately="true" color="1 1 1 1" control_name="FriendsChatColor"
185 enabled="true" follows="left|top" height="56" label="Friends" left_delta="68" 185 enabled="true" follows="left|top" height="67" label="Friends" left_delta="68"
186 mouse_opaque="true" name="FriendsChatColor" width="54" /> 186 mouse_opaque="true" name="FriendsChatColor" width="65" />
187 187
188 <check_box bottom_delta="-30" enabled="true" follows="left|top" 188 <check_box bottom_delta="-30" enabled="true" follows="left|top"
189 font="SansSerifSmall" height="16" initial_value="true" 189 font="SansSerifSmall" height="16" initial_value="true"
@@ -194,10 +194,10 @@
194 initial_value="true" label="Show GroupIM messages containing your name in a different color" left="12" 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"/> 195 mouse_opaque="true" name="HighlightOwnNameInIM" radio_style="false" width="270"/>
196 196
197 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-210" 197 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-230"
198 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"
199 enabled="true" follows="left|top" height="56" label="Own Name" left_delta="68" 199 enabled="true" follows="left|top" height="67" label="Own Name" left_delta="68"
200 mouse_opaque="true" name="OwnNameChatColor" width="54" /> 200 mouse_opaque="true" name="OwnNameChatColor" width="65" />
201 201
202 </panel> 202 </panel>
203 </tab_container> 203 </tab_container>