Skip to content

Commit

Permalink
Bring unlock database dialog to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
weslly committed Jun 25, 2017
1 parent fdbed32 commit e708ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/UnlockDatabaseDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ UnlockDatabaseDialog::UnlockDatabaseDialog(QWidget* parent)
: QDialog(parent)
, m_view(new UnlockDatabaseWidget(this))
{
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
}

Expand Down

0 comments on commit e708ef9

Please sign in to comment.