summaryrefslogtreecommitdiffstats
path: root/src/gui/frame.cpp
diff options
context:
space:
mode:
authorJohann Latocha2011-03-08 17:31:20 +0100
committerJohann Latocha2011-03-08 17:31:20 +0100
commitef27d2efc13ba913501d8c44a6c307231834b0de (patch)
treee307c96848d5e08f7fa76a3998788aa37854eb7d /src/gui/frame.cpp
parent[PVSMGRTOUCH] (diff)
downloadpvs-ef27d2efc13ba913501d8c44a6c307231834b0de.tar.gz
pvs-ef27d2efc13ba913501d8c44a6c307231834b0de.tar.xz
pvs-ef27d2efc13ba913501d8c44a6c307231834b0de.zip
[PVSMGRTOUCH]
* Set thumbnail background color to light gray
Diffstat (limited to 'src/gui/frame.cpp')
-rw-r--r--src/gui/frame.cpp1
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()