changed window flag to stay on top

This commit is contained in:
Patrick von Reth 2015-04-06 12:26:50 +02:00
parent 51131cf2bd
commit a7f5181aaf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ NotifyWidget::NotifyWidget(int pos, const SnoreNotifier *parent) :
#ifdef Q_OS_MAC
| Qt::SubWindow
#else
| Qt::ToolTip
| Qt::Tool
#endif
);