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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user