Default scrollbar width to 16px. Issue #16

This commit is contained in:
Morgan Aldridge 2021-03-13 09:27:36 -05:00
parent 7d51d64c60
commit 352a147fc8
1 changed files with 1 additions and 4 deletions

View File

@ -186,10 +186,7 @@ void InitScrParams( void )
Scr.style_list = NULL;
Scr.ShortCutRoot = NULL;
Scr.double_click_time = 300;
if( Scr.flags&SYSTEM8 )
Scr.bar_width = 16;
else
Scr.bar_width = 19;
Scr.bar_width = 16;
Scr.flush_time = 100000;
Scr.flush_times = 2;
Scr.zoom_wait = 10000;