summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2013-04-19 00:45:59 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2013-04-19 00:45:59 +0300
commit88528cb901c4023817c05010ed85a11160d266ab (patch)
tree0c861b75184a5f5c0b3f86264dae987956bc8e6a
parent0193a7b74ccc09788e8d2503244f30ac231546cc (diff)
CHUI-808 FIXED Draggable separator between conversations and message pane is not discoverable: minor fix;
-rw-r--r--indra/llui/llresizebar.cpp2
-rw-r--r--indra/newview/skins/default/colors.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llresizebar.cpp b/indra/llui/llresizebar.cpp
index cfdc951542..e67b22c977 100644
--- a/indra/llui/llresizebar.cpp
+++ b/indra/llui/llresizebar.cpp
@@ -121,7 +121,7 @@ LLResizeBar::LLResizeBar(const LLResizeBar::Params& p)
{
LLViewBorder::Params border_params;
border_params.border_thickness = 1;
- border_params.highlight_light_color = LLUIColorTable::instance().getColor("ResizebarBorderlight");
+ border_params.highlight_light_color = LLUIColorTable::instance().getColor("ResizebarBorderLight");
border_params.shadow_dark_color = LLUIColorTable::instance().getColor("ResizebarBorderDark");
addBorder(border_params);
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml
index b0dfd471e0..ac1289c4b8 100644
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -868,7 +868,7 @@
<!--Resize bar colors -->
<color
- name="ResizebarBorderlight"
+ name="ResizebarBorderLight"
value="0.231 0.231 0.231 1"/>
<color