diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-30 10:56:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-30 10:56:12 -0400 |
commit | d2c33f655a204192b9a3058f29e39afa6a9c41d5 (patch) | |
tree | 34816ac791a4fe61706566912fd7aeeffb033eb2 /indra/llui | |
parent | 125b789239b5adb5f810b3586a95f5d5f8a17c40 (diff) | |
parent | 6545a34dcd2562e4438cccb9b87c555d0709c83d (diff) |
merge
Diffstat (limited to 'indra/llui')
-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; |