mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
38e1dc1589
- 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>
17 lines
601 B
Text
17 lines
601 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>main.qml</file>
|
|
<file>TextButton.qml</file>
|
|
<file>Preferences.qml</file>
|
|
<file>DiveList.qml</file>
|
|
<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>
|
|
</qresource>
|
|
<qresource prefix="/qml/theme">
|
|
<file alias="Theme.qml">theme/Theme.qml</file>
|
|
<file alias="Units.qml" >theme/Units.qml</file>
|
|
</qresource>
|
|
</RCC>
|