From 173ffe7c7c3d5a0539edc04d503d27e34e655dd1 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 2 Dec 2013 17:59:54 +0100 Subject: No tranparency supported at login --- src/widget.cpp | 6 +++--- 1 file 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()); -- cgit v1.2.3-55-g7522