SVN commit 1144828 by cfeck: Remove hardcoded color It did not work anyway, because it would have to be set on the viewport. M +0 -1 umllistview.cpp --- trunk/KDE/kdesdk/umbrello/umbrello/umllistview.cpp #1144827:1144828 @@ -113,7 +113,6 @@ { Q_UNUSED(name); //setup list view - setBackgroundColor(Qt::white); setAcceptDrops(true); setDropVisualizer(false); setItemsMovable(true);