mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Fix for type in AnimStats.qml
This commit is contained in:
parent
11fe657c05
commit
8229c14c44
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Item {
|
||||||
ListView {
|
ListView {
|
||||||
width: firstCol.width
|
width: firstCol.width
|
||||||
height: root.animStateMachines.length * 15
|
height: root.animStateMachines.length * 15
|
||||||
visible: root.animStateMchines.length > 0;
|
visible: root.animStateMachines.length > 0;
|
||||||
model: root.animStateMachines
|
model: root.animStateMachines
|
||||||
delegate: StatText {
|
delegate: StatText {
|
||||||
text: {
|
text: {
|
||||||
|
|
Loading…
Reference in a new issue