1
0
Fork 0

Tiny style tweak

This commit is contained in:
James Turner 2018-06-28 09:22:29 +01:00
parent 82f99a6a9e
commit cf09e3f138

View file

@ -39,7 +39,7 @@ Rectangle {
AircraftVariantChoice {
id: headingBox
fontPixelSize: 30
popupFontPixelSize: 18
popupFontPixelSize: Style.headingFontPixelSize
anchors {
margins: Style.strutSize * 2 // space for back button
@ -134,7 +134,7 @@ Rectangle {
id: ratingGrid
anchors.left: parent.left
visible: aircraft.ratings != undefined
visible: aircraft.ratings !== undefined
rows: 2
columns: 3