mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
- settings: fix calculation for SCROLLBAR_WIDTH ...
to work with subtractions too
This commit is contained in:
@@ -920,7 +920,7 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
|
||||
#define OFFSET_INNER_MIN 2
|
||||
#define OFFSET_INNER_NONE 0
|
||||
|
||||
#define SCROLLBAR_WIDTH OFFSET_INNER_MID + 2*OFFSET_INNER_MIN
|
||||
#define SCROLLBAR_WIDTH (OFFSET_INNER_MID + 2*OFFSET_INNER_MIN)
|
||||
|
||||
#define DETAILSLINE_WIDTH 16 // TODO: scale2Res() ?
|
||||
|
||||
|
Reference in New Issue
Block a user