diff options
Diffstat (limited to 'mobile-widgets/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 c92955f4d..30bb56ccc 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -38,9 +38,9 @@ Kirigami.ApplicationWindow { hidePassiveNotification(); } } -/* this shouldn't be needed anymore FontMetrics { id: fontMetrics + /* this shouldn't be needed anymore Component.onCompleted: { if (Math.round(rootItem.width / Kirigami.Units.gridUnit) < 20) { fontMetrics.font.pointSize = fontMetrics.font.pointSize * 2 / 3 @@ -48,8 +48,8 @@ Kirigami.ApplicationWindow { console.log("Reduce font size for narrow screens: " + fontMetrics.font.pointSize) } } + */ } -*/ visible: false // TODO: Verify where the opacity went to. |