diff options
| author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-16 04:55:09 +0300 |
|---|---|---|
| committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-04-16 04:55:09 +0300 |
| commit | 0193a7b74ccc09788e8d2503244f30ac231546cc (patch) | |
| tree | 1b51e66abc369e9b88982ddeb1f4891a14832e16 /indra/llui/lllayoutstack.h | |
| parent | 4106d203e016077fe9e233da8fbaa9e2e9a24403 (diff) | |
CHUI-808 FIXED Draggable separator between conversations and message pane is not discoverable:
- final solution;
Diffstat (limited to 'indra/llui/lllayoutstack.h')
| -rw-r--r-- | indra/llui/lllayoutstack.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 02c664f1a0..b570974bd6 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -62,6 +62,11 @@ public: Optional<F32> open_time_constant, close_time_constant; Optional<S32> resize_bar_overlap; + Optional<bool> show_drag_handle; + Optional<S32> drag_handle_first_indent; + Optional<S32> drag_handle_second_indent; + Optional<S32> drag_handle_thickness; + Optional<S32> drag_handle_shift; Params(); }; @@ -126,6 +131,11 @@ private: F32 mCloseTimeConstant; bool mNeedsLayout; S32 mResizeBarOverlap; + bool mShowDragHandle; + S32 mDragHandleFirstIndent; + S32 mDragHandleSecondIndent; + S32 mDragHandleThickness; + S32 mDragHandleShift; }; // end class LLLayoutStack |
