mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d58a3b1c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Origin message was:
------------------
- add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2001,7 +2001,7 @@ void CAudioPlayerGui::paintDetailsLine(int pos)
|
||||
if (m_infobox == NULL)
|
||||
{
|
||||
m_infobox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height);
|
||||
m_infobox->setFrameThickness(1); //NI
|
||||
m_infobox->setFrameThickness(FRAME_WIDTH_MIN);
|
||||
m_infobox->setCorner(RADIUS_LARGE);
|
||||
m_infobox->setColorFrame(COL_FRAME_PLUS_0);
|
||||
m_infobox->setColorBody(COL_MENUCONTENTDARK_PLUS_0);
|
||||
|
Reference in New Issue
Block a user