diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-05 14:33:48 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-05 14:33:48 -0800 |
commit | 5995bcd5a75223df7b1fde031fb3f433863f0c40 (patch) | |
tree | 487cef621a5322de0055104e6da0a280728935b3 /indra/llui | |
parent | e90fbe5b270d8083e9a8e12dacf3e016131938cf (diff) | |
parent | 4a870a0887d0479c18a019a291b4b557a607fd9b (diff) |
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lllayoutstack.h | 3 |
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: |