diff options
author | Richard Linden <none@none> | 2011-09-22 15:08:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-22 15:08:59 -0700 |
commit | 00f66ccf409b0f7fb974f23cd157cdd0b8a6ab96 (patch) | |
tree | a796e9223cce833e7ff779e3cd187e364de1e72e /indra/newview/lldndbutton.h | |
parent | e70714fcfec5617d6458df48746cac95ab2b7198 (diff) |
EXP-1239 WIP make toolbars wrap when there is not enough room
added more toolbars to floater_test_toolbar.xml
removed layout stack and got basic wrapping working
reviewed by Leslie
Diffstat (limited to 'indra/newview/lldndbutton.h')
-rw-r--r-- | indra/newview/lldndbutton.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/lldndbutton.h b/indra/newview/lldndbutton.h index 0642cbb7b9..53ea2f5ea7 100644 --- a/indra/newview/lldndbutton.h +++ b/indra/newview/lldndbutton.h @@ -43,10 +43,7 @@ class LLDragAndDropButton : public LLButton { public: - struct Params : public LLInitParam::Block<Params, LLButton::Params> - { - Params(); - }; + struct Params : public LLInitParam::Block<Params, LLButton::Params> {}; LLDragAndDropButton(const Params& params); |