mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Change 'Snapshot' to 'snapshot' and use smaller font
This commit is contained in:
parent
c4b59eafbb
commit
b98c6cb50f
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue