Fix 11899. [Mail Preferences] move the revert button to the left
Signed-off-by: John Scipione <[email protected]>
This commit is contained in:
@@ -317,8 +317,8 @@ ConfigWindow::ConfigWindow()
|
|||||||
.SetInsets(B_USE_DEFAULT_SPACING)
|
.SetInsets(B_USE_DEFAULT_SPACING)
|
||||||
.Add(tabView)
|
.Add(tabView)
|
||||||
.AddGroup(B_HORIZONTAL)
|
.AddGroup(B_HORIZONTAL)
|
||||||
.AddGlue()
|
|
||||||
.Add(revertButton)
|
.Add(revertButton)
|
||||||
|
.AddGlue()
|
||||||
.Add(applyButton);
|
.Add(applyButton);
|
||||||
|
|
||||||
_LoadSettings();
|
_LoadSettings();
|
||||||
|
|||||||
Reference in New Issue
Block a user