summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaternotificationsconsole.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2025-12-05 09:42:22 -0800
committerGitHub <noreply@github.com>2025-12-05 09:42:22 -0800
commit3ea11b45c16608c751710fdbaae9399208a11d54 (patch)
tree135425520a21ed7d5dca3ac76b6dfcaa9ada800a /indra/newview/llfloaternotificationsconsole.cpp
parent17e72f98aba92e8aa690d835f1532d54c526d6d9 (diff)
parent63ad735fef0dfca0c0e7daab142b5fb8343fc55f (diff)
Merge pull request #5113 from secondlife/andreyk/privileged_land
#4628 New land access permission
Diffstat (limited to 'indra/newview/llfloaternotificationsconsole.cpp')
-rw-r--r--indra/newview/llfloaternotificationsconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationsconsole.cpp b/indra/newview/llfloaternotificationsconsole.cpp
index d3ec79cb0d..a819b30e30 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 = 40;
+const S32 NOTIFICATION_PANEL_HEADER_HEIGHT = 20;
const S32 HEADER_PADDING = 38;
class LLNotificationChannelPanel : public LLLayoutPanel