diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 13:46:54 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 6afd9161e8ef2bce328fdb4663d24d8d4651c12f (patch) | |
tree | cb56804958409711b48496f224e1f179ea6ed0a0 /qt-ui/locationinformation.h | |
parent | 32928b38808ddac56021bc0ddb8ea2dd01c590fa (diff) | |
download | subsurface-6afd9161e8ef2bce328fdb4663d24d8d4651c12f.tar.gz |
Dive site rewrite: correctly position the edit site widget
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index f26432183..dcf51c748 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -51,7 +51,8 @@ Q_OBJECT public: SimpleDiveSiteEditDialog(QWidget *parent); virtual ~SimpleDiveSiteEditDialog(); - +protected: + void showEvent(QShowEvent *ev); private: Ui::SimpleDiveSiteEditDialog *ui; |