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>
This commit is contained in:
Dirk Hohndel 2017-04-14 11:17:00 -07:00
parent 2011f88bef
commit 1246324897

View file

@ -38,7 +38,7 @@ Kirigami.ApplicationWindow {
hidePassiveNotification(); hidePassiveNotification();
} }
} }
/* this shouldn't be needed anymore
FontMetrics { FontMetrics {
id: fontMetrics id: fontMetrics
Component.onCompleted: { Component.onCompleted: {
@ -49,7 +49,7 @@ Kirigami.ApplicationWindow {
} }
} }
} }
*/
visible: false visible: false
// TODO: Verify where the opacity went to. // TODO: Verify where the opacity went to.