diff options
author | Maximilian Güntner <maximilian.guentner@gmail.com> | 2013-09-25 02:39:21 +0200 |
---|---|---|
committer | Maximilian Güntner <maximilian.guentner@gmail.com> | 2013-09-27 18:45:04 +0200 |
commit | 88172571ca3105fcccf6f7a23a0c60fb0f078e0e (patch) | |
tree | bca7ea4c372b05cef6cfe79b8cdad951aeb5c5dd /subsurface.qrc | |
parent | 248f1b86d15b63fe5774667f8408e2abbd5f9504 (diff) | |
download | subsurface-88172571ca3105fcccf6f7a23a0c60fb0f078e0e.tar.gz |
Added a toolbar to the profile
The toolbar adds two buttons to the profile.
The user can now toggle the scaling (zoomed to dive/round up to 30 mins)
and adding /removing ruler to/from the profile using this toolbar.
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 4e9e8ff84..cda15944c 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -12,5 +12,7 @@ <file alias="average">icons/average.svg</file> <file alias="warning">icons/warning.png</file> <file alias="table-css">qt-ui/css/tableviews.css</file> + <file alias="scale">icons/scale.svg</file> + <file alias="ruler">icons/ruler.svg</file> </qresource> </RCC> |