Put the button to delete backup sessions far away from the button to recover sessions

This commit is contained in:
David Capello 2019-11-29 11:07:17 -03:00
parent aec82eccb2
commit 116420f978

View File

@ -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);