diff --git a/src/preferences/mail/ConfigWindow.cpp b/src/preferences/mail/ConfigWindow.cpp index 47ef076270..a9b07d98eb 100644 --- a/src/preferences/mail/ConfigWindow.cpp +++ b/src/preferences/mail/ConfigWindow.cpp @@ -317,8 +317,8 @@ ConfigWindow::ConfigWindow() .SetInsets(B_USE_DEFAULT_SPACING) .Add(tabView) .AddGroup(B_HORIZONTAL) - .AddGlue() .Add(revertButton) + .AddGlue() .Add(applyButton); _LoadSettings();