Library migration #36
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ Window {
|
||||||
showTimerLetter: speedBackend.race.state === ScStwRace.STOPPED
|
showTimerLetter: speedBackend.race.state === ScStwRace.STOPPED
|
||||||
|
|
||||||
// make text smaller for much better performance
|
// make text smaller for much better performance
|
||||||
textScale: 0.7
|
textScale: app.landscape() ? 0.7 : 0.5
|
||||||
|
|
||||||
opacity: ( speedBackend.race.state < ScStwRace.RUNNING ) ? 0:1
|
opacity: ( speedBackend.race.state < ScStwRace.RUNNING ) ? 0:1
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 75c6756162e0b14ea9a4eb78568d6aaf01e4e0dd
|
Subproject commit eb1328642db8fb194659e1ff4b53d45c1dcbc56d
|
Reference in a new issue