summaryrefslogtreecommitdiffstats
path: root/qt-ui/usermanual.h
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2014-01-09 20:29:33 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-10 16:12:44 +0700
commit7e7a1d29ad7800b6f3b763f9d230865cd1df441a (patch)
tree910fdababf8fbb2379fd6ee39f175dc21490f556 /qt-ui/usermanual.h
parent8ded16fd1b1bda46ff20eadd9bd596c45afc96d6 (diff)
downloadsubsurface-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.h2
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