mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 05:22:11 +02:00
whitespace
This commit is contained in:
parent
e7c8085bc8
commit
3bf3f16a6a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Rectangle {
|
|||
property int rowHeight: 70
|
||||
property int actionButtonWidth: 55
|
||||
property int actionButtonAllowance: actionButtonWidth * 2
|
||||
property int minNameCardWidth: palContainer.width - (actionButtonAllowance * 2 ) - 4 - hifi.dimensions.scrollbarBackgroundWidth
|
||||
property int minNameCardWidth: palContainer.width - (actionButtonAllowance * 2) - 4 - hifi.dimensions.scrollbarBackgroundWidth
|
||||
property int nameCardWidth: minNameCardWidth + (iAmAdmin ? 0 : actionButtonAllowance)
|
||||
property var myData: ({displayName: "", userName: "", audioLevel: 0.0, avgAudioLevel: 0.0, admin: true}) // valid dummy until set
|
||||
property var ignored: ({}); // Keep a local list of ignored avatars & their data. Necessary because HashMap is slow to respond after ignoring.
|
||||
|
|
Loading…
Reference in a new issue