new
This commit is contained in:
parent
d3e5b77ff6
commit
98cce0590a
@ -67,7 +67,7 @@ Item {
|
||||
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
fontSizeMode: Text.Fit
|
||||
text: "经纬航通" + _launcher.versionString
|
||||
text: "经纬航通 " + _launcher.versionString
|
||||
color: "white"
|
||||
style: Text.Outline
|
||||
styleColor: "black"
|
||||
|
@ -70,7 +70,7 @@ Item {
|
||||
margins: Style.strutSize
|
||||
}
|
||||
fontSizeMode: Text.Fit
|
||||
text: "经纬航通"
|
||||
text: "经纬航通 " + _launcher.versionString
|
||||
color: "white"
|
||||
style: Text.Outline
|
||||
styleColor: "black"
|
||||
|
Loading…
Reference in New Issue
Block a user