diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-05 14:33:27 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-05 14:33:27 -0800 |
commit | 4a870a0887d0479c18a019a291b4b557a607fd9b (patch) | |
tree | d8eec8f42b0345224bcb0d7bb938267eeb653024 /indra/llui/lllayoutstack.h | |
parent | 4f05aa09f1e517168c1054ac41333018ef4d8cd1 (diff) |
EXT-3649 EXT-3662 : Move media controls to above media face
Review #69
This changes where and how the media controls are laid out, and ensures that all of the media region (the face) is clickable. Also moved the volume slider to below the controls (this took WAY too long to do :( ), and adjusted the window region in which the media controls are allowed to be displayed.
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-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: |