diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-24 10:52:05 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 0e7fd632c1db5acbc5e37c5161950e6b4105e509 (patch) | |
tree | 40a954a8d94cd3ef769796243ed49f7017ce7c1e /mobile-widgets/qml/TripDetails.qml | |
parent | 9c208e88d6707fff008164fa9c335a93bd809a3f (diff) | |
download | subsurface-0e7fd632c1db5acbc5e37c5161950e6b4105e509.tar.gz |
mobile: silly whitespace cleanup
Simply because it bugged me.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/TripDetails.qml')
-rw-r--r-- | mobile-widgets/qml/TripDetails.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/TripDetails.qml b/mobile-widgets/qml/TripDetails.qml index 4c82c053b..d0fcd1a80 100644 --- a/mobile-widgets/qml/TripDetails.qml +++ b/mobile-widgets/qml/TripDetails.qml @@ -81,9 +81,9 @@ Kirigami.Page { TemplateLabel { Layout.columnSpan: 2 id: title - text: qsTr("Edit trip details") - font.pointSize: subsurfaceTheme.titlePointSize - font.bold: true + text: qsTr("Edit trip details") + font.pointSize: subsurfaceTheme.titlePointSize + font.bold: true } Rectangle { id: spacer |