CComponentsForm: use global default width for scrollbar

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e94c6830b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-17 (Mon, 17 Apr 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2017-04-17 17:00:48 +02:00
parent f1c74564a3
commit 1f7449bda4

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;