mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue