summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvsgui.cpp')
-rw-r--r--src/pvsgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pvsgui.cpp b/src/pvsgui.cpp
index 6fdd673..b2f0a8f 100644
--- a/src/pvsgui.cpp
+++ b/src/pvsgui.cpp
@@ -107,7 +107,7 @@ PVSGUI::PVSGUI(QWidget *parent) :
connect(_ifaceDBus, SIGNAL(delHost(QString)), this, SLOT(delHost(QString)));
// show toolbar
- setWindowFlags(Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint);
+ setWindowFlags(Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint | Qt::FramelessWindowHint);
setAttribute(Qt::WA_AlwaysShowToolTips);
updateConfig();
setVisible(true);