1
0
Fork 0

Many small style fixes

This commit is contained in:
James Turner 2018-06-28 11:43:40 +01:00
parent cf09e3f138
commit 2573644518
4 changed files with 7 additions and 5 deletions

View file

@ -20,7 +20,7 @@ ListHeaderBox
anchors.verticalCenter: parent.verticalCenter
},
Text {
StyledText {
anchors {
verticalCenter: parent.verticalCenter
leftMargin: Style.margin
@ -72,7 +72,7 @@ ListHeaderBox
y: Style.margin
spacing: (Style.margin * 2)
Text {
StyledText {
text: qsTr("Aircraft are rated by the community based on four critiera, on a scale from " +
"one to five. The ratings are designed to help make an informed guess how "+
"complete and functional an aircraft is.")

View file

@ -18,10 +18,12 @@ Item {
Row {
y: Style.margin
x: Style.margin
id: noDefaultCatalogRow
spacing: Style.margin
Text {
StyledText {
text: qsTr("The official FlightGear aircraft hangar is not added, so many standard "
+ "aircraft will not be available. You can add the hangar now, or hide "
+ "this message. The offical hangar can always be restored from the 'Add-Ons' page.")

View file

@ -6,7 +6,7 @@ ListHeaderBox {
id: root
contents: [
Text {
StyledText {
id: updateAllText
anchors {
left: parent.left

View file

@ -13,7 +13,7 @@ Rectangle {
signal rejected()
Text {
StyledText {
id: prompt
anchors {
verticalCenter: parent.verticalCenter