summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2013-12-02 17:59:54 +0100
committerManuel Schneider2013-12-02 17:59:54 +0100
commit173ffe7c7c3d5a0539edc04d503d27e34e655dd1 (patch)
treebb375c35f068b5a09137f9862060e46bc9a05b5b
parentBugfix with fallback resolution (diff)
downloadbeamergui-173ffe7c7c3d5a0539edc04d503d27e34e655dd1.tar.gz
beamergui-173ffe7c7c3d5a0539edc04d503d27e34e655dd1.tar.xz
beamergui-173ffe7c7c3d5a0539edc04d503d27e34e655dd1.zip
No tranparency supported at login
-rw-r--r--src/widget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index a1b4629..62bf8a9 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -270,10 +270,10 @@ Widget::Widget(QWidget *parent) :
// }
}
- // Remove borders and stuff COMMENT FOR DEBUIGGIN
+ // Remove borders and stuff
setWindowFlags(windowFlags() | Qt::FramelessWindowHint);
- // setStyleSheet("background:transparent;");
- setAttribute(Qt::WA_TranslucentBackground);
+ // setStyleSheet("background:transparent;");
+ // setAttribute(Qt::WA_TranslucentBackground);
// Resize widget to its content
resize(sizeHint());