aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/sharedfileswindow/sharedfileswindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sharedfileswindow/sharedfileswindow.cpp')
-rw-r--r--src/modules/sharedfileswindow/sharedfileswindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp
index 267320f98..d61fff3c5 100644
--- a/src/modules/sharedfileswindow/sharedfileswindow.cpp
+++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp
@@ -434,7 +434,8 @@ void KviSharedFilesWindow::rightButtonPressed(KviTalTreeWidgetItem *it,const QPo
#endif //COMPILE_KDE_SUPPORT
QLabel * l = new QLabel(tmp,m_pLocalFilePopup);
- l->setStyleSheet("background-color: gray");
+ QPalette p;
+ m_pLabel->setStyleSheet("background-color: " + p.color(QPalette::Normal, QPalette::Mid).name());
m_pLocalFilePopup->insertItem(l);
#ifdef COMPILE_KDE_SUPPORT