diff options
| author | Rider Linden <rider@lindenlab.com> | 2025-12-02 14:57:12 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2025-12-02 14:57:12 -0800 |
| commit | 17e72f98aba92e8aa690d835f1532d54c526d6d9 (patch) | |
| tree | d5aff04372317c138322b06d8497347985deb66b /indra/newview/llfloaternotificationsconsole.cpp | |
| parent | 906c58ac3821ce364096b7c7f2df80b67d9740b6 (diff) | |
Handle new privileged land permission. Allow caution dialog to contain multiple messages.
Diffstat (limited to 'indra/newview/llfloaternotificationsconsole.cpp')
| -rw-r--r-- | indra/newview/llfloaternotificationsconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationsconsole.cpp b/indra/newview/llfloaternotificationsconsole.cpp index a819b30e30..d3ec79cb0d 100644 --- a/indra/newview/llfloaternotificationsconsole.cpp +++ b/indra/newview/llfloaternotificationsconsole.cpp @@ -34,7 +34,7 @@ #include "llpanel.h" #include "llcombobox.h" -const S32 NOTIFICATION_PANEL_HEADER_HEIGHT = 20; +const S32 NOTIFICATION_PANEL_HEADER_HEIGHT = 40; const S32 HEADER_PADDING = 38; class LLNotificationChannelPanel : public LLLayoutPanel |
