diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-24 09:34:58 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-25 03:15:52 +0900 |
commit | e92dbe7974a1b28b0c26438b7818f3249f82ac4c (patch) | |
tree | fc7d042740f99bbece22c17961c9c308ef09d46c /mobile-widgets | |
parent | 6212bb6721391efc82df21d80d177f93204cb12e (diff) | |
download | subsurface-e92dbe7974a1b28b0c26438b7818f3249f82ac4c.tar.gz |
mobile-widgets/qml: clean whitespace in main.qml
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/main.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 10ea9bb16..b54a52b5e 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -49,9 +49,9 @@ Kirigami.ApplicationWindow { FontMetrics { id: fontMetrics Component.onCompleted: { - manager.appendTextToLog("Using the following font: " + fontMetrics.font.family - + " at " + subsurfaceTheme.basePointSize + "pt" + - " with mobile_scale: " + PrefDisplay.mobile_scale) + manager.appendTextToLog("Using the following font: " + fontMetrics.font.family + + " at " + subsurfaceTheme.basePointSize + "pt" + + " with mobile_scale: " + PrefDisplay.mobile_scale) } } visible: false |