mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Sync with upstream mobilecomponents
This updates to the state of bf7914b67c45e Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
6ffef818a8
commit
5e5c9830a4
4 changed files with 20 additions and 9 deletions
|
|
@ -81,7 +81,7 @@ QtObject {
|
|||
* use theme.mSize(theme.defaultFont), units.smallSpacing and units.largeSpacing.
|
||||
* The devicePixelRatio follows the definition of "device independent pixel" by Microsoft.
|
||||
*/
|
||||
property real devicePixelRatio: Screen.devicePixelRatio
|
||||
property real devicePixelRatio: fontMetrics.height / fontMetrics.font.pointSize
|
||||
|
||||
/**
|
||||
* units.longDuration should be used for longer, screen-covering animations, for opening and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue