mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Match DataRecoveryView's View style with Workspace
This commit is contained in:
parent
0cf5661457
commit
7646f118d1
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user