diff options
Diffstat (limited to 'src/gui/frame.cpp')
-rw-r--r-- | src/gui/frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/frame.cpp b/src/gui/frame.cpp index 960c502..7b3bf16 100644 --- a/src/gui/frame.cpp +++ b/src/gui/frame.cpp @@ -82,6 +82,7 @@ Frame::Frame(const QString & text, QWidget * parent) : _specialEventTimer->setSingleShot(true); connect(_specialEventTimer, SIGNAL(timeout()), this, SLOT(showSpecialEventMenu())); + setStyleSheet("background-color: #DCDCDC;border: 0px solid #DCDCDC;"); } Frame::~Frame() |