diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-08-21 18:22:02 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-09-15 17:22:18 +0300 |
| commit | 2cd88c6a2b1f2113fc999b94c51903bfa059c03f (patch) | |
| tree | 5b51b59a62003afc0da1be30b34922af9da6e73c /indra/llui/llaccordionctrltab.cpp | |
| parent | a6d4c1d394eef2cea41f6c6bcd751fec746ec17d (diff) | |
Update accordion ctrl; change default selection color
Diffstat (limited to 'indra/llui/llaccordionctrltab.cpp')
| -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 ac66525030..ae844dd22f 100644 --- a/indra/llui/llaccordionctrltab.cpp +++ b/indra/llui/llaccordionctrltab.cpp @@ -39,7 +39,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 = 23; +static const S32 HEADER_HEIGHT = 25; static const S32 HEADER_IMAGE_LEFT_OFFSET = 5; static const S32 HEADER_TEXT_LEFT_OFFSET = 30; static const F32 AUTO_OPEN_TIME = 1.f; |
