diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-24 01:49:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-24 01:49:27 +0300 |
commit | 65fe37a93029e17f45e488619a5e589a2983757f (patch) | |
tree | c1b6055d869cdbf5f742a31848c0b01237a8ca87 /indra/llui/lllayoutstack.h | |
parent | f30ae5c7812f5449a327a470fd4acaed7546d853 (diff) |
SL-19604 Fix gallery view having huge ident at the bottom
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r-- | indra/llui/lllayoutstack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 02685281ef..000b919ae7 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -91,6 +91,7 @@ public: void updateLayout(); S32 getPanelSpacing() const { return mPanelSpacing; } + void setPanelSpacing(S32 val); static void updateClass(); |