settings.h: enable scale for DETAILSLINE_WIDTH

Origin commit data
------------------
Branch: ni/coolstream
Commit: afe98d3952
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-14 (Tue, 14 Mar 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
2017-03-14 09:10:29 +01:00
parent 30bb73811a
commit 5ab0fbc081

View File

@@ -930,7 +930,7 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
#define SCROLLBAR_WIDTH OFFSET_INNER_MID + 2*OFFSET_INNER_MIN
#define DETAILSLINE_WIDTH 16 // TODO: scale2Res() ?
#define DETAILSLINE_WIDTH CFrameBuffer::getInstance()->scale2Res(16)
struct SglobalInfo
{