diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-14 11:17:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-14 11:17:00 -0700 |
commit | 124632489775f975c0bb5430a394fdd7d02a3845 (patch) | |
tree | 178a6fb5b2aa743d80769bc4f827c85f98304d61 /mobile-widgets/qml/main.qml | |
parent | 2011f88befee2980c20234d3eb312d1c619d1bcd (diff) | |
download | subsurface-124632489775f975c0bb5430a394fdd7d02a3845.tar.gz |
QML UI: don't shrink fonts on narrow displays
Now that wrapping should work correctly, this isn't necessary any more.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 611a6f493..c92955f4d 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -38,7 +38,7 @@ Kirigami.ApplicationWindow { hidePassiveNotification(); } } - +/* this shouldn't be needed anymore FontMetrics { id: fontMetrics Component.onCompleted: { @@ -49,7 +49,7 @@ Kirigami.ApplicationWindow { } } } - +*/ visible: false // TODO: Verify where the opacity went to. |