Skip to content

Commit

Permalink
Merge pull request #904 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto authored Apr 25, 2018
2 parents 8c23c43 + e11db4c commit b72c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/src/TrayControlWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void TrayControlWindow::notification_received(

QDialog* dlg = new DlgNotification(level, msg, this, action_type);

dlg->setWindowFlags(dlg->windowFlags() | Qt::WindowStaysOnTopHint);
dlg->setWindowFlags(Qt::Window | Qt::CustomizeWindowHint | Qt::WindowStaysOnTopHint);

connect(dlg, &QDialog::finished, dlg, &DlgNotification::deleteLater);
int src_x, src_y, dst_x, dst_y;
Expand Down

0 comments on commit b72c34b

Please sign in to comment.