diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-04 16:23:24 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-04 16:23:24 -0500 |
commit | 2b5a3de8096fa9a4e8c523aab22493adf7411d3f (patch) | |
tree | 319b05acdff8b3eae2999e5c24855d21e905c78f /indra/llui/llflatlistview.h | |
parent | a165279acd57c6c0e2e6492b7de39a9e614327af (diff) | |
parent | 21adf86c567d3cad81e762c0215c8ec8f8c5eab6 (diff) |
merge
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 949a731507..92cb40332e 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -35,8 +35,8 @@ #include "llpanel.h" #include "llscrollcontainer.h" +#include "lltextbox.h" -class LLTextBox; /** * LLFlatListView represents a flat list ui control that operates on items in a form of LLPanel's. @@ -108,6 +108,9 @@ public: /** padding between items */ Optional<U32> item_pad; + /** textbox with info message when list is empty*/ + Optional<LLTextBox::Params> no_items_text; + Params(); }; |