mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsForm: use global default width for scrollbar
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user