diff --git a/src/Gui/DocumentRecovery.ui b/src/Gui/DocumentRecovery.ui index 8dc7657c10..f3f4253664 100644 --- a/src/Gui/DocumentRecovery.ui +++ b/src/Gui/DocumentRecovery.ui @@ -15,19 +15,6 @@ - - - Qt::Vertical - - - - 20 - 84 - - - - - Press 'Start Recovery' to start the recovery process of the document listed below. @@ -36,30 +23,37 @@ The 'Status' column shows whether the document could be recovered. - - + + - Qt::Vertical + Qt::Orientation::Horizontal - - - 20 - 84 - + + QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok - + - + + + + true + + + Cleanup + + + + Status of recovered documents - + - QAbstractItemView::ExtendedSelection + QAbstractItemView::SelectionMode::ExtendedSelection @@ -73,25 +67,21 @@ The 'Status' column shows whether the document could be recovered. - - - - true - - - Cleanup - - - - - + + - Qt::Horizontal + Qt::Orientation::Vertical - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + QSizePolicy::Policy::Fixed - + + + 20 + 20 + + + diff --git a/src/Gui/Stylesheets/FreeCAD.qss b/src/Gui/Stylesheets/FreeCAD.qss index 2087199deb..9efc422975 100644 --- a/src/Gui/Stylesheets/FreeCAD.qss +++ b/src/Gui/Stylesheets/FreeCAD.qss @@ -2642,3 +2642,6 @@ QMainWindow QHeaderView::section::horizontal::first, QHeaderView::section::horiz border-left: 0px solid transparent; } +Gui--Dialog--DocumentRecovery QTreeView { + border: 1px solid @GeneralBorderColor; +}