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:
parent
1231bfebe4
commit
9d48ecb522
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user