diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:01:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:02:46 -0800 |
commit | 7cc851ebad3a9cef5a1238197754903f1c9ed9e4 (patch) | |
tree | c669e9fdf7aadc1661a249ceb8ac612d04cc0da1 /qt-mobile/qml/icons | |
parent | 164d2f8c071528b6d566aa308ccadde769934f06 (diff) | |
download | subsurface-7cc851ebad3a9cef5a1238197754903f1c9ed9e4.tar.gz |
QML UI: add main menu button
Right now this is an alternative to the magic action button - but the goal is
to replace it completely.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/icons')
-rw-r--r-- | qt-mobile/qml/icons/main-menu.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | qt-mobile/qml/icons/main-menu.svg | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/icons/main-menu.png b/qt-mobile/qml/icons/main-menu.png Binary files differnew file mode 100644 index 000000000..20729b8f5 --- /dev/null +++ b/qt-mobile/qml/icons/main-menu.png diff --git a/qt-mobile/qml/icons/main-menu.svg b/qt-mobile/qml/icons/main-menu.svg new file mode 100644 index 000000000..1e89193f5 --- /dev/null +++ b/qt-mobile/qml/icons/main-menu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M6 36h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z"/></svg> |