diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-08 11:46:40 +0300 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-08 11:46:40 +0300 |
commit | 5c1563e2cbee162de52cee321edb8148016865ba (patch) | |
tree | ddc1ade04d5e8043983cb296f9d26213781b6916 /indra/newview/llscrollingpanelparam.h | |
parent | 00462c243116e2720acf51ee1f777e69e8189f33 (diff) |
(final part) EXT-6564(major) - Fix wearable editing panels
Updated Parameter panel:
- removed hard coded values
- improved panel layout
Reviewed by Mike Antipov, Neal Orman - https://codereview.productengine.com/secondlife/r/157/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llscrollingpanelparam.h')
-rw-r--r-- | indra/newview/llscrollingpanelparam.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llscrollingpanelparam.h b/indra/newview/llscrollingpanelparam.h index 8c5db64816..fe4ce07166 100644 --- a/indra/newview/llscrollingpanelparam.h +++ b/indra/newview/llscrollingpanelparam.h @@ -75,13 +75,8 @@ public: // Constants for LLPanelVisualParam const static F32 PARAM_STEP_TIME_THRESHOLD; - const static S32 BTN_BORDER; const static S32 PARAM_HINT_WIDTH; const static S32 PARAM_HINT_HEIGHT; - const static S32 PARAM_HINT_LABEL_HEIGHT; - const static S32 PARAM_PANEL_WIDTH; - const static S32 PARAM_PANEL_HEIGHT; - public: LLViewerVisualParam* mParam; |