summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/connectionFrame.cpp')
-rw-r--r--src/gui/connectionFrame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/connectionFrame.cpp b/src/gui/connectionFrame.cpp
index bedd29b..b618668 100644
--- a/src/gui/connectionFrame.cpp
+++ b/src/gui/connectionFrame.cpp
@@ -52,13 +52,11 @@ ConnectionFrame::ConnectionFrame(QWidget *parent) :
_hLayoutInCfTaskbar = new QHBoxLayout();
_ip = new QLabel(_conFrameTaskbar);
- _ip->setStyleSheet(QString::fromUtf8("background-color: rgb(150, 150, 168);"));
_ip->setAlignment(Qt::AlignCenter);
_hLayoutInCfTaskbar->addWidget(_ip);
_dozentContaimner = new QLabel(_conFrameTaskbar);
- _dozentContaimner->setStyleSheet(QString::fromUtf8("background-color: rgb(150, 150, 168);"));
_dozentContaimner->setAlignment(Qt::AlignRight);
_dozentContaimner->setMaximumSize(QSize(20, 20));
_dozentContaimner->setScaledContents(true);
@@ -68,7 +66,6 @@ ConnectionFrame::ConnectionFrame(QWidget *parent) :
_dozentContaimner->setDisabled(true);
_status = new QLabel(_conFrameTaskbar);
- _status->setStyleSheet(QString::fromUtf8("background-color: rgb(150, 150, 168);"));
_status->setAlignment(Qt::AlignRight);
_status->setMaximumSize(QSize(22, 21));