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();
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue