diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-10-31 14:17:01 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-31 13:52:51 -0700 |
commit | 063e6d9fbf221cac4d0f5be314c4f7c005e805b1 (patch) | |
tree | a1709103c486a02ba96c7b31806419657528fef5 /qt-ui/mainwindow.ui | |
parent | 1876bec08bd8cce51bc18872bc8134bdd12500f7 (diff) | |
download | subsurface-063e6d9fbf221cac4d0f5be314c4f7c005e805b1.tar.gz |
Ctrl+F now opens the Tag Filter
And old code for the old searchbar removed.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 4d1f4b43a..4e9c94a2d 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -835,6 +835,9 @@ p, li { white-space: pre-wrap; } <property name="text"> <string>&Filter by Tags</string> </property> + <property name="shortcut"> + <string>Ctrl+F</string> + </property> </action> <action name="profTissues"> <property name="checkable"> |