This commit is contained in:
Your Name 2024-09-01 12:43:38 +00:00
parent d3e5b77ff6
commit 98cce0590a
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
fontSizeMode: Text.Fit
text: "经纬航通" + _launcher.versionString
text: "经纬航通 " + _launcher.versionString
color: "white"
style: Text.Outline
styleColor: "black"

View File

@ -70,7 +70,7 @@ Item {
margins: Style.strutSize
}
fontSizeMode: Text.Fit
text: "经纬航通"
text: "经纬航通 " + _launcher.versionString
color: "white"
style: Text.Outline
styleColor: "black"