summaryrefslogtreecommitdiff
path: root/indra/newview/llgrouplist.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-06 21:27:13 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-07 02:18:22 +0300
commit111d1d7c94887cb91bcb82ec6c86aaed133d8043 (patch)
tree58a8e319f0fcbc8d338eb54322a136b5b201530e /indra/newview/llgrouplist.h
parent0c6afa58de6b57ad41d31a3dddaac9ef30321960 (diff)
SL-15312 Fixed group names not having padding
Plus some focus and interactibility fixes
Diffstat (limited to 'indra/newview/llgrouplist.h')
-rw-r--r--indra/newview/llgrouplist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgrouplist.h b/indra/newview/llgrouplist.h
index bab9127e10..5cbabb712f 100644
--- a/indra/newview/llgrouplist.h
+++ b/indra/newview/llgrouplist.h
@@ -137,6 +137,6 @@ private:
bool mForAgent;
LLStyle::Params mGroupNameStyle;
- static S32 sIconWidth; // icon width + padding
+ S32 mIconWidth;
};
#endif // LL_LLGROUPLIST_H