diff options
author | James Cook <james@lindenlab.com> | 2010-01-11 11:58:56 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-11 11:58:56 -0800 |
commit | 6473dbf588746ca6871dd89c80ecace1a50a5672 (patch) | |
tree | 01f114c584712817f6e253f785e08e510bbbeea6 /indra/newview/llfolderviewitem.h | |
parent | e417d8fd257aa293a114f9b103f86064621f92f0 (diff) |
EXT-3695, EXT-2034 Line height, padding in inventory customizable in XUI via
folder_view_item.xml
EXT-3753 Inventory folders now have customizable item indents and
"My Inventory" has indent again
Reviewed with Richard
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 9e35f75c96..14fac5bdf9 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -103,8 +103,8 @@ public: Optional<LLUIImage*> folder_arrow_image; Optional<S32> folder_indentation; // pixels Optional<LLUIImage*> selection_image; - Optional<const LLFontGL*> font; Optional<S32> item_height; // pixels + Optional<S32> item_top_pad; // pixels Optional<S32> creation_date; //UTC seconds |