1
0
Fork 0

TimeWastedCounter styling removed

This commit is contained in:
JustasMasiulis 2020-06-04 22:41:45 +03:00 committed by Duncan Ogilvie
parent 5565a8d601
commit fa9f634cf9
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
TimeWastedCounter::TimeWastedCounter(QObject* parent, QLabel* label)
: QObject(parent), mLabel(label)
{
mLabel->setFrameStyle(QFrame::Sunken | QFrame::Panel); //sunken style
mLabel->setStyleSheet("QLabel { background-color : #c0c0c0; }");
connect(Bridge::getBridge(), SIGNAL(updateTimeWastedCounter()), this, SLOT(updateTimeWastedCounter()));
}