summaryrefslogtreecommitdiff
path: root/indra/llui/lllayoutstack.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-01-06 17:23:08 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2010-01-06 17:23:08 +0200
commit3a7e3c4328684f9f52f14f7d4cb13ecf5d803ff4 (patch)
tree61320af8ba979cec97b53c1b76ce96a2769d064f /indra/llui/lllayoutstack.h
parent6ee29d8c2a2b7a47f62d7a391106084e704cd544 (diff)
parentfc785febb332442533c20b638132b8ab378732a9 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r--indra/llui/lllayoutstack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h
index cde383b047..aba35773ee 100644
--- a/indra/llui/lllayoutstack.h
+++ b/indra/llui/lllayoutstack.h
@@ -91,6 +91,9 @@ public:
bool getPanelMinSize(const std::string& panel_name, S32* min_widthp, S32* min_heightp);
void updateLayout(BOOL force_resize = FALSE);
+
+ S32 getPanelSpacing() const { return mPanelSpacing; }
+
static void updateClass();
protected: