diff --git a/src/preferences/appearance/APRWindow.cpp b/src/preferences/appearance/APRWindow.cpp index 87afe9487c..15ab77e906 100644 --- a/src/preferences/appearance/APRWindow.cpp +++ b/src/preferences/appearance/APRWindow.cpp @@ -71,11 +71,12 @@ APRWindow::APRWindow(BRect frame) .Add(tabView) .Add(BSpaceLayoutItem::CreateVerticalStrut(5)) .Add(BGroupLayoutBuilder(B_HORIZONTAL) + .Add(fDefaultsButton) .Add(fRevertButton) .AddGlue() - .Add(fDefaultsButton) ) - .SetInsets(5, 5, 5, 5) + .SetInsets(B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING, + B_USE_DEFAULT_SPACING, B_USE_DEFAULT_SPACING) ); }