diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 23:51:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 23:53:28 -0800 |
commit | ac7d1f15c6a9af7967e5e0fd556d2efaa5f6b98f (patch) | |
tree | 5be51ae579915f5176403c36e9e29c2e35a1b69f /qt-ui/filterwidget.ui | |
parent | b8af46a33e0010d43520326a4fd33c081960f9df (diff) | |
download | subsurface-ac7d1f15c6a9af7967e5e0fd556d2efaa5f6b98f.tar.gz |
Add better icons for the filter dialog
These are from the public domain icon tango icon set at
http://tango.freedesktop.org/Tango_Icon_Library
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/filterwidget.ui')
-rw-r--r-- | qt-ui/filterwidget.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/filterwidget.ui b/qt-ui/filterwidget.ui index 577b51c22..1450d81b2 100644 --- a/qt-ui/filterwidget.ui +++ b/qt-ui/filterwidget.ui @@ -74,7 +74,7 @@ </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/plus</normaloff>:/plus</iconset> + <normaloff>:/filter-reset</normaloff>:/filter-reset</iconset> </property> <property name="autoRaise"> <bool>true</bool> @@ -88,7 +88,7 @@ </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/average</normaloff>:/average</iconset> + <normaloff>:/filter-hide</normaloff>:/filter-hide</iconset> </property> <property name="autoRaise"> <bool>true</bool> @@ -102,7 +102,7 @@ </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/flag</normaloff>:/flag</iconset> + <normaloff>:/filter-close</normaloff>:/filter-close</iconset> </property> <property name="autoRaise"> <bool>true</bool> |