app_server: change the default scrollbar knob to none

Change-Id: Iea13ebe6918f5583c3a4ce10414a54f06c51efe6
This commit is contained in:
John Scipione 2015-01-23 19:07:56 -05:00 committed by waddlesplash
parent e4433ad0fa
commit 71c7f40521
1 changed files with 2 additions and 1 deletions

View File

@ -60,8 +60,9 @@ DesktopSettingsPrivate::_SetDefaults()
// init scrollbar info
fScrollBarInfo.proportional = true;
fScrollBarInfo.double_arrows = false;
fScrollBarInfo.knob = 1;
fScrollBarInfo.knob = 0;
// look of the knob (R5: (0, 1, 2), 1 = default)
// change default = 0 (no knob) in Haiku
fScrollBarInfo.min_knob_size = 15;
// init menu info