From f0cf06d6ae7431ab675371e2f91dfc5d0740d538 Mon Sep 17 00:00:00 2001 From: Janus Date: Tue, 10 Mar 2015 19:36:15 +0000 Subject: [PATCH] Fix 11899. [Mail Preferences] move the revert button to the left Signed-off-by: John Scipione --- src/preferences/mail/ConfigWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();