[Kde-pim] KDE/kdepim/kontact/src
Rafael Fernández López
ereslibre at kde.org
Mon Jun 9 20:19:53 BST 2008
SVN commit 818827 by ereslibre:
This sets the background color as the old sidebar (the base one). Please revert this patch if you want the other solution.
CCMAIL: kde-pim at kde.org
M +2 -0 iconsidepane.cpp
--- trunk/KDE/kdepim/kontact/src/iconsidepane.cpp #818826:818827
@@ -181,6 +181,8 @@
Navigator::Navigator( SidePaneBase *parent )
: QListView( parent ), mSidePane( parent )
{
+ setViewport( new QWidget( this ) );
+
setVerticalScrollMode( ScrollPerPixel );
setHorizontalScrollMode( ScrollPerPixel );
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list