From 9d48ecb522e84d8f4ed5b09ad90ee827e739b8ea Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 6 May 2016 09:51:41 -0700 Subject: [PATCH] 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. --- src/preferences/bluetooth/BluetoothWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/bluetooth/BluetoothWindow.cpp b/src/preferences/bluetooth/BluetoothWindow.cpp index c624bfc0dd..6467808696 100644 --- a/src/preferences/bluetooth/BluetoothWindow.cpp +++ b/src/preferences/bluetooth/BluetoothWindow.cpp @@ -95,9 +95,9 @@ BluetoothWindow::BluetoothWindow(BRect frame) .AddGroup(B_HORIZONTAL) .SetInsets(B_USE_WINDOW_SPACING, B_USE_DEFAULT_SPACING, B_USE_WINDOW_SPACING, B_USE_WINDOW_SPACING) - .AddGlue() .Add(fDefaultsButton) .Add(fRevertButton) + .AddGlue() .End() .End(); }