Change 'Snapshot' to 'snapshot' and use smaller font

This commit is contained in:
Zach Fox 2016-11-01 14:49:18 -07:00
parent c4b59eafbb
commit b98c6cb50f

View file

@ -113,9 +113,8 @@ Rectangle {
} }
FiraSansRegular { FiraSansRegular {
id: users; id: users;
visible: true; text: (action === 'concurrency') ? onlineUsers : 'snapshot';
text: ((action === 'concurrency') ? (onlineUsers) : ('Snapshot')); size: (action === 'concurrency') ? textSize : textSizeSmall;
size: textSize;
color: hifi.colors.white; color: hifi.colors.white;
anchors { anchors {
verticalCenter: usersImage.verticalCenter; verticalCenter: usersImage.verticalCenter;