This commit is contained in:
Hannes
2026-06-14 00:49:24 +02:00
parent 5c91cec113
commit 6ab83915a1
35 changed files with 550 additions and 486 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
import QtQuick
import QtQuick.Controls
import "../../../colors"
import "../../../config"
Item { // Kana_Try
id: kanaVoicing
@@ -96,6 +96,7 @@ Item { // Kana_Try
text: "Im Spiel - Runde: " + kanaVoicing.roundNum
anchors.centerIn: parent
font.pixelSize: parent.height * 0.6
font.family: Config.font
color: Colors.primary
}
}
@@ -116,6 +117,7 @@ Item { // Kana_Try
text: typeof kanaVoicing.currentKana.hira === "undefined" ? "" : kanaVoicing.currentKana.hira
anchors.centerIn: parent
font.pixelSize: Math.min(parent.width / text.length * 1.2, parent.height * 0.8)
font.family: Config.jfont
color: Colors.primary
}
}