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:
parent
2011f88bef
commit
1246324897
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user