summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 431b0b4..c418d0e 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -198,7 +198,7 @@ Widget::Widget(QWidget *parent) :
_ui->comboBox->setCurrentIndex(index);
// Remove borders and stuff
- setWindowFlags(windowFlags() | Qt::FramelessWindowHint);
+ setWindowFlags(windowFlags() | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint);
//setStyleSheet("background:transparent;");
//setAttribute(Qt::WA_TranslucentBackground);