diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-01-20 22:47:58 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-20 07:53:49 -0800 |
commit | 471270437b47926afcdf1ff67ab817bc179b8bf4 (patch) | |
tree | 3998dc3b800ead975c094487a89414ac6045ab23 /qt-mobile/qml/mobile-resources.qrc | |
parent | f3f79309d35b52788ea9b1ab0d5728c77b7eb330 (diff) | |
download | subsurface-471270437b47926afcdf1ff67ab817bc179b8bf4.tar.gz |
QML UI: make all buttons more attractive
Commit f3f7930 introduced a more attractive button style to the start page.
This patch turns it into its own type so it can easily be used everywhere.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 3a84bbf66..50565e0a8 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -15,6 +15,7 @@ <file>ThemeTest.qml</file> <file>StartPage.qml</file> <file>dive.jpg</file> + <file>SubsurfaceButton.qml</file> <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> <file alias="main-menu.png">icons/main-menu.png</file> <file alias="context-menu.png">icons/context-menu.png</file> |