mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
settings.h: rename FRAME_MIN_WIDTH to FRAME_WIDTH_MIN ...
to get same name-structure as in the existing defines
Origin commit data
------------------
Branch: ni/coolstream
Commit: f77c2b897c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Origin message was:
------------------
- settings.h: rename FRAME_MIN_WIDTH to FRAME_WIDTH_MIN ...
to get same name-structure as in the existing defines
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1823,7 +1823,7 @@ void CAudioPlayerGui::paintTitleBox()
|
||||
if (!m_titlebox)
|
||||
{
|
||||
m_titlebox = new CComponentsShapeSquare(m_x, m_y, m_width, m_title_height, NULL, CC_SHADOW_ON);
|
||||
m_titlebox->enableFrame(true, FRAME_MIN_WIDTH);
|
||||
m_titlebox->enableFrame(true, FRAME_WIDTH_MIN);
|
||||
m_titlebox->setCorner(RADIUS_LARGE);
|
||||
}
|
||||
m_titlebox->paint(false);
|
||||
|
@@ -1004,7 +1004,7 @@ 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 1
|
||||
#define FRAME_WIDTH_MIN 1
|
||||
|
||||
#define DETAILSLINE_WIDTH CFrameBuffer::getInstance()->scale2Res(16)
|
||||
|
||||
|
Reference in New Issue
Block a user