make the view transparent

fixes rendering on nvidia
This commit is contained in:
Marco Martin 2013-03-21 16:58:06 +01:00
parent 7e9b152acf
commit b8b3c0a89c

View File

@ -277,6 +277,7 @@ void DesktopCorona::showWidgetExplorer()
m_widgetExplorerView = new QQuickView;
m_widgetExplorerView->setTitle(i18n("Add Widgets"));
m_widgetExplorerView->setColor(Qt::transparent);
m_widgetExplorer = new WidgetExplorer(m_widgetExplorerView);
m_widgetExplorer->populateWidgetList();