summaryrefslogtreecommitdiff
path: root/indra/llui/lllayoutstack.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2026-03-17 20:47:20 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2026-03-17 20:55:55 +0200
commit0ab59c057fe4345629fa0dbcbeaf8bee9cafc18c (patch)
tree11ac5de2f2064092e9d5912c960fb11e54d169cd /indra/llui/lllayoutstack.cpp
parent157f4f1527a8b156a953e7da80715ba4fd1ace6a (diff)
#5462 update button and menu colors
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r--indra/llui/lllayoutstack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp
index a55e58f4bb..1dc80671cc 100644
--- a/indra/llui/lllayoutstack.cpp
+++ b/indra/llui/lllayoutstack.cpp
@@ -119,7 +119,7 @@ S32 LLLayoutPanel::getTargetDim() const
void LLLayoutPanel::setTargetDim(S32 value)
{
value = llmin(value, mMaxDim);
-
+
LLRect new_rect(getRect());
if (mOrientation == LLLayoutStack::HORIZONTAL)
{