diff options
author | richard <none@none> | 2009-10-30 18:24:42 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 18:24:42 -0700 |
commit | d8d678307c1831ee5f8580c709c4430e2ce7fd8d (patch) | |
tree | 09aa15753fb0a02a4a96d91504995b1dc24d7b70 /indra/llui/lluictrl.h | |
parent | 2fadd99877eceb55077957b5bab6353611184c86 (diff) | |
parent | c964f281906e760c88c4f01edc566df35291ddff (diff) |
merge
Diffstat (limited to 'indra/llui/lluictrl.h')
-rw-r--r-- | indra/llui/lluictrl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index 45fe47772b..dd22851100 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -126,7 +126,8 @@ public: struct Params : public LLInitParam::Block<Params, LLView::Params> { Optional<std::string> label; - Optional<bool> tab_stop; + Optional<bool> tab_stop, + chrome; Optional<LLSD> initial_value; Optional<CommitCallbackParam> init_callback, |