diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-01-09 20:29:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-10 16:12:44 +0700 |
commit | 7e7a1d29ad7800b6f3b763f9d230865cd1df441a (patch) | |
tree | 910fdababf8fbb2379fd6ee39f175dc21490f556 /qt-ui/usermanual.h | |
parent | 8ded16fd1b1bda46ff20eadd9bd596c45afc96d6 (diff) | |
download | subsurface-7e7a1d29ad7800b6f3b763f9d230865cd1df441a.tar.gz |
User manual: overlay search panel
Make search panel floating so that web view does not resize.
This commit also addresses following issues:
- search now wraps around document
- application icon and window title are now back
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/usermanual.h')
-rw-r--r-- | qt-ui/usermanual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/usermanual.h b/qt-ui/usermanual.h index f915f4c1e..6c5860206 100644 --- a/qt-ui/usermanual.h +++ b/qt-ui/usermanual.h @@ -8,7 +8,7 @@ namespace Ui { class UserManual; } -class UserManual : public QWidget +class UserManual : public QMainWindow { Q_OBJECT |