mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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