Input preference: inconsistent dialog buttons location.

Fixes #15685

Change-Id: I38a48394ba45c7c53208e4333c797ec0b2310c96
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2262
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Preetpal Kaur
2020-02-23 10:19:31 +00:00
committed by Adrien Destugues
parent 762f26bac8
commit 2a64b13f81
+1 -2
View File
@@ -50,10 +50,9 @@ InputKeyboard::InputKeyboard(BInputDevice* dev)
.End()
.Add(new BSeparatorView(B_HORIZONTAL))
.AddGroup(B_HORIZONTAL)
.SetInsets(B_USE_WINDOW_SPACING, 0, B_USE_WINDOW_SPACING,
B_USE_WINDOW_SPACING)
.Add(fDefaultsButton)
.Add(fRevertButton)
.AddGlue()
.End();
BSlider* slider = (BSlider* )FindView("key_repeat_rate");