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 {
id: users;
visible: true;
text: ((action === 'concurrency') ? (onlineUsers) : ('Snapshot'));
size: textSize;
text: (action === 'concurrency') ? onlineUsers : 'snapshot';
size: (action === 'concurrency') ? textSize : textSizeSmall;
color: hifi.colors.white;
anchors {
verticalCenter: usersImage.verticalCenter;