CComponentsForm: use global default width for scrollbar

This commit is contained in:
2017-04-17 17:00:48 +02:00
parent b8822803d9
commit 0e94c6830b

View File

@@ -68,7 +68,7 @@ CComponentsForm::CComponentsForm( const int x_pos, const int y_pos, const int w,
page_count = 1; page_count = 1;
cur_page = 0; cur_page = 0;
sb = NULL; sb = NULL;
w_sb = 15; w_sb = SCROLLBAR_WIDTH;
page_scroll_mode = PG_SCROLL_M_UP_DOWN_KEY; page_scroll_mode = PG_SCROLL_M_UP_DOWN_KEY;