aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/sharedfileswindow/sharedfileswindow.cpp
diff options
context:
space:
mode:
authorGravatar TheXception2008-07-05 14:23:13 +0000
committerGravatar TheXception2008-07-05 14:23:13 +0000
commite9612397df4f0b6bcab48a9acc62767de8c20a51 (patch)
tree5f32302579d000bf06e64cc06f7976e78af5e0b1 /src/modules/sharedfileswindow/sharedfileswindow.cpp
parentquick fix (diff)
downloadKVIrc-e9612397df4f0b6bcab48a9acc62767de8c20a51.tar.gz
KVIrc-e9612397df4f0b6bcab48a9acc62767de8c20a51.tar.bz2
KVIrc-e9612397df4f0b6bcab48a9acc62767de8c20a51.zip
fixed normal popups
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2002 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/sharedfileswindow/sharedfileswindow.cpp')
-rw-r--r--src/modules/sharedfileswindow/sharedfileswindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp
index caddd491f..267320f98 100644
--- a/src/modules/sharedfileswindow/sharedfileswindow.cpp
+++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp
@@ -434,7 +434,7 @@ void KviSharedFilesWindow::rightButtonPressed(KviTalTreeWidgetItem *it,const QPo
#endif //COMPILE_KDE_SUPPORT
QLabel * l = new QLabel(tmp,m_pLocalFilePopup);
- l->setFrameStyle(QFrame::Raised | QFrame::Panel);
+ l->setStyleSheet("background-color: gray");
m_pLocalFilePopup->insertItem(l);
#ifdef COMPILE_KDE_SUPPORT