diff options
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. |