mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-22 01:31:16 +00:00
Default scrollbar width to 16px. Issue #16
This commit is contained in:
parent
7d51d64c60
commit
352a147fc8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user