make the view transparent
fixes rendering on nvidia
This commit is contained in:
parent
7e9b152acf
commit
b8b3c0a89c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user