mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
settings.h: enable scale for DETAILSLINE_WIDTH
Origin commit data
------------------
Commit: afe98d3952
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-14 (Tue, 14 Mar 2017)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user