[haiku-commits] haiku: hrev50288 - src/preferences/bluetooth

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 6 May 2016 18:53:58 +0200 (CEST)

hrev50288 adds 1 changeset to branch 'master'
old head: 1231bfebe4b9a9b8e969d4c00c8766ae7d2f57ff
new head: 9d48ecb522e84d8f4ed5b09ad90ee827e739b8ea
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=9d48ecb522e8+%5E1231bfebe4b9

----------------------------------------------------------------------------

9d48ecb522e8: 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.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev50288
Commit:      9d48ecb522e84d8f4ed5b09ad90ee827e739b8ea
URL:         http://cgit.haiku-os.org/haiku/commit/?id=9d48ecb522e8
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Fri May  6 16:51:41 2016 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/preferences/bluetooth/BluetoothWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/preferences/bluetooth/BluetoothWindow.cpp 
b/src/preferences/bluetooth/BluetoothWindow.cpp
index c624bfc..6467808 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();
 }


Other related posts: