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>
This commit is contained in:
Tomaz Canabrava 2015-06-26 13:46:54 -03:00 committed by Dirk Hohndel
parent 32928b3880
commit 6afd9161e8
3 changed files with 19 additions and 3 deletions

View file

@ -51,7 +51,8 @@ Q_OBJECT
public:
SimpleDiveSiteEditDialog(QWidget *parent);
virtual ~SimpleDiveSiteEditDialog();
protected:
void showEvent(QShowEvent *ev);
private:
Ui::SimpleDiveSiteEditDialog *ui;