diff options
| author | Andrew Dyukov <adyukov@productengine.com> | 2010-06-29 22:27:45 +0300 | 
|---|---|---|
| committer | Andrew Dyukov <adyukov@productengine.com> | 2010-06-29 22:27:45 +0300 | 
| commit | 682d6f997ee2275226cf547f661b594325301abf (patch) | |
| tree | 73f6f5643e95780891ef1202c86c249e7f3e5e27 | |
| parent | 3f440379c507f6b06002775f5c569f77a7036d73 (diff) | |
Made accordion headers 3px taller.
- Increased height off all accordion headers by 3 pixels by changing HEADER_HEIGHT constant from llaccordionctrltab.cpp.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/667/
--HG--
branch : product-engine
| -rw-r--r-- | indra/llui/llaccordionctrltab.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/llaccordionctrltab.cpp b/indra/llui/llaccordionctrltab.cpp index 20e4b7867c..09cb15d7a8 100644 --- a/indra/llui/llaccordionctrltab.cpp +++ b/indra/llui/llaccordionctrltab.cpp @@ -44,7 +44,7 @@ static const std::string DD_BUTTON_NAME = "dd_button";  static const std::string DD_TEXTBOX_NAME = "dd_textbox";  static const std::string DD_HEADER_NAME = "dd_header"; -static const S32 HEADER_HEIGHT = 20; +static const S32 HEADER_HEIGHT = 23;  static const S32 HEADER_IMAGE_LEFT_OFFSET = 5;  static const S32 HEADER_TEXT_LEFT_OFFSET = 30;  static const F32 AUTO_OPEN_TIME = 1.f; | 
