- colors: make footer background color configurable

TODO: footer text color and maybe footer font
This commit is contained in:
svenhoefer
2016-08-15 00:14:47 +02:00
parent 13966c519b
commit cc5258e6d5
21 changed files with 58 additions and 19 deletions

View File

@@ -1650,8 +1650,8 @@ void CAudioPlayerGui::paintFoot()
else
top = m_y + (m_height - 2 * m_buttonHeight);
m_frameBuffer->paintBoxRel(m_x, top, m_width, 2 * m_buttonHeight, COL_SHADOW_PLUS_1, c_rad_mid, (m_show_playlist ? CORNER_BOTTOM : CORNER_ALL));
// why? m_frameBuffer->paintHLine(m_x, m_x + m_width, top, COL_SHADOW_PLUS_1);
m_frameBuffer->paintBoxRel(m_x, top, m_width, 2 * m_buttonHeight, COL_MENUFOOT_PLUS_0, c_rad_mid, (m_show_playlist ? CORNER_BOTTOM : CORNER_ALL));
// why? m_frameBuffer->paintHLine(m_x, m_x + m_width, top, COL_MENUFOOT_PLUS_0);
int bwidth = m_width - (2*c_rad_mid);
if (!m_playlist.empty())