diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-19 00:45:59 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-19 00:45:59 +0300 |
commit | 88528cb901c4023817c05010ed85a11160d266ab (patch) | |
tree | 0c861b75184a5f5c0b3f86264dae987956bc8e6a /indra/llui/llresizebar.cpp | |
parent | 0193a7b74ccc09788e8d2503244f30ac231546cc (diff) |
CHUI-808 FIXED Draggable separator between conversations and message pane is not discoverable: minor fix;
Diffstat (limited to 'indra/llui/llresizebar.cpp')
-rw-r--r-- | indra/llui/llresizebar.cpp | 2 |
1 files changed, 1 insertions, 1 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); |