diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-10-09 05:05:23 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-09 12:51:59 -0700 |
commit | 38e1dc158922bcf818683f0cf58293b410421c80 (patch) | |
tree | a1c21c3148661af9e4f676a59488d8a2f77a058f /qt-mobile/mobile-resources.qrc | |
parent | ac6b267d404f3d3675312b868a74f00c18bab3b2 (diff) | |
download | subsurface-38e1dc158922bcf818683f0cf58293b410421c80.tar.gz |
QML-UI: Layout improvements in app list and details header
- fix spacing and sizing in TopBar
- use an anchor layout for the delegate and split out labels and values: this
allows more uniform alignment
- add the subsurface mobile icon to the first page
- various visual touch-ups to taste
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc index 93cda6dc9..2241fa667 100644 --- a/qt-mobile/mobile-resources.qrc +++ b/qt-mobile/mobile-resources.qrc @@ -8,6 +8,7 @@ <file>DownloadFromDiveComputer.qml</file> <file>Log.qml</file> <file>TopBar.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> |