diff options
| author | 2008-07-05 16:37:56 +0000 | |
|---|---|---|
| committer | 2008-07-05 16:37:56 +0000 | |
| commit | 458eaf5a74fed3132aacfa65d2c5929575bc2263 (patch) | |
| tree | ce1e780bd760fb0fd49980ccb82a0118c2da599d /src/modules/sharedfileswindow | |
| parent | bumped sources data; (diff) | |
| download | KVIrc-458eaf5a74fed3132aacfa65d2c5929575bc2263.tar.gz KVIrc-458eaf5a74fed3132aacfa65d2c5929575bc2263.tar.bz2 KVIrc-458eaf5a74fed3132aacfa65d2c5929575bc2263.zip | |
fixed kvs popups
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2005 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/sharedfileswindow')
| -rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.cpp | 3 |
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 |
