mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-12 07:13:23 +00:00
Put the button to delete backup sessions far away from the button to recover sessions
This commit is contained in:
parent
aec82eccb2
commit
116420f978
@ -215,8 +215,9 @@ DataRecoveryView::DataRecoveryView(crash::DataRecovery* dataRecovery)
|
||||
|
||||
HBox* hbox = new HBox;
|
||||
hbox->addChild(&m_openButton);
|
||||
hbox->addChild(&m_deleteButton);
|
||||
hbox->addChild(&m_refreshButton);
|
||||
hbox->addChild(new BoxFiller);
|
||||
hbox->addChild(&m_deleteButton);
|
||||
addChild(hbox);
|
||||
addChild(&m_view);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user