diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-04 17:12:36 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-04 17:12:36 +0200 |
commit | 29a5e29ddb72ae141345753db269d3f2dbfd195c (patch) | |
tree | 347dc7d19999ab3afbb1941d0c6d8a059e312351 /indra/llui/llflatlistview.h | |
parent | 41c6155f13dbb9ed8bc136bc3350bc8fc87e7f56 (diff) | |
parent | e918089f592da2094e6b23a146e0e30b711562dc (diff) |
merge
--HG--
branch : product-engine
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(); }; |