settings.h: add define for minimal frame width

Mostly we are using a frame width of 2 lines. This should ensure
correct scaling with other screen resolution.
This commit is contained in:
2017-06-28 21:24:09 +02:00
parent 47f7426aa7
commit 6aaa403197

View File

@@ -938,6 +938,8 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
#define SCROLLBAR_WIDTH (OFFSET_INNER_MID + 2*OFFSET_INNER_MIN)
#define FRAME_MIN_WIDTH CFrameBuffer::getInstance()->scale2Res(2)
#define DETAILSLINE_WIDTH CFrameBuffer::getInstance()->scale2Res(16)
#define BIGFONT_FACTOR 1.5