aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-14 11:17:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-14 11:17:00 -0700
commit124632489775f975c0bb5430a394fdd7d02a3845 (patch)
tree178a6fb5b2aa743d80769bc4f827c85f98304d61
parent2011f88befee2980c20234d3eb312d1c619d1bcd (diff)
downloadsubsurface-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>
-rw-r--r--mobile-widgets/qml/main.qml4
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.