diff --git a/ScStwSrc/resources/qml/main.qml b/ScStwSrc/resources/qml/main.qml index 94a1c74..deec2b3 100644 --- a/ScStwSrc/resources/qml/main.qml +++ b/ScStwSrc/resources/qml/main.qml @@ -188,7 +188,7 @@ Window { showTimerLetter: speedBackend.race.state === ScStwRace.STOPPED // 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 diff --git a/shared-libraries b/shared-libraries index 75c6756..eb13286 160000 --- a/shared-libraries +++ b/shared-libraries @@ -1 +1 @@ -Subproject commit 75c6756162e0b14ea9a4eb78568d6aaf01e4e0dd +Subproject commit eb1328642db8fb194659e1ff4b53d45c1dcbc56d