Match DataRecoveryView's View style with Workspace

This commit is contained in:
David Capello 2015-04-08 21:45:50 -03:00
parent 0cf5661457
commit 7646f118d1

View File

@ -138,6 +138,7 @@ DataRecoveryView::DataRecoveryView(crash::DataRecovery* dataRecovery)
addChild(&m_view);
m_view.setExpansive(true);
m_view.attachToView(&m_listBox);
m_view.setProperty(SkinStylePropertyPtr(new SkinStyleProperty(theme->styles.workspaceView())));
fillList();
}