Bluetooth Window: Defaults and Revert on left

These buttons go to the left according to the ad-hoc rule we've
created for preflets. The right side is reserved for an Apply or OK
button and is left blank otherwise.
This commit is contained in:
John Scipione
2016-05-06 09:51:41 -07:00
parent 1231bfebe4
commit 9d48ecb522
@@ -95,9 +95,9 @@ BluetoothWindow::BluetoothWindow(BRect frame)
.AddGroup(B_HORIZONTAL) .AddGroup(B_HORIZONTAL)
.SetInsets(B_USE_WINDOW_SPACING, B_USE_DEFAULT_SPACING, .SetInsets(B_USE_WINDOW_SPACING, B_USE_DEFAULT_SPACING,
B_USE_WINDOW_SPACING, B_USE_WINDOW_SPACING) B_USE_WINDOW_SPACING, B_USE_WINDOW_SPACING)
.AddGlue()
.Add(fDefaultsButton) .Add(fDefaultsButton)
.Add(fRevertButton) .Add(fRevertButton)
.AddGlue()
.End() .End()
.End(); .End();
} }