diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-06 21:53:26 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 14:05:45 -0800 |
commit | 6d3a5e6bd4e0c449eca65fa832752452cc2b92f5 (patch) | |
tree | 3297dda3515cfba3b65ab52999e61434720b9117 /qt-mobile/mobile-resources.qrc | |
parent | 9dc8f13a0ab2f2c0f2804b2dcaf602c2964fdddb (diff) | |
download | subsurface-6d3a5e6bd4e0c449eca65fa832752452cc2b92f5.tar.gz |
Theme tweaks
- gridUnits is dynamic again, using FontMetrics now
- Add a page to display some sizing-relevant details, so we can debug
dpi problems a bit better on Android
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/mobile-resources.qrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc index a5875bf68..c09dca571 100644 --- a/qt-mobile/mobile-resources.qrc +++ b/qt-mobile/mobile-resources.qrc @@ -7,8 +7,9 @@ <file>DiveDetails.qml</file> <file>DownloadFromDiveComputer.qml</file> <file>Log.qml</file> - <file>TopBar.qml</file> - <file alias="subsurface-mobile-icon.png">../icons/subsurface-mobile-icon.png</file> + <file>TopBar.qml</file> + <file>ThemeTest.qml</file> + <file alias="subsurface-mobile-icon.png">../icons/subsurface-mobile-icon.png</file> </qresource> <qresource prefix="/qml/theme"> <file alias="Theme.qml">theme/Theme.qml</file> |