change 'linux' to 'unix' in *.pro files, small revisions

This commit is contained in:
pls.153 2022-02-17 11:39:25 +01:00
parent 82c209a469
commit 0bf4fbaf2e
14 changed files with 18 additions and 17 deletions

View file

@ -52,10 +52,10 @@ Item {
font.pixelSize: 32
NumberAnimation on rotation {
from: 0; to: 360;
easing.type: Easing.InOutElastic;
duration: 3000;
loops: Animation.Infinite;
from: 0; to: 360
easing.type: Easing.InOutElastic
duration: 3000
loops: Animation.Infinite
}
}
}