mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
*neutrino upnpbrowser: fix button bar default color
Color of buttonbar for rescan mode was different to other action modes. This fixes also a small font render problem. see also: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/10814-fontrendering-bug-bei-manchen-themes/ git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1747 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1048,7 +1048,7 @@ void CUpnpBrowserGui::paintDevice()
|
||||
top = m_y + (m_height - m_info_height - 2 * m_buttonHeight);
|
||||
|
||||
//int ButtonWidth = (m_width - 20) / 4;
|
||||
m_frameBuffer->paintBoxRel(m_x, top, m_width, 1 * m_buttonHeight, COL_MENUHEAD_PLUS_0, c_rad_mid, CORNER_BOTTOM);
|
||||
m_frameBuffer->paintBoxRel(m_x, top, m_width, m_buttonHeight+2, COL_INFOBAR_SHADOW_PLUS_1, c_rad_mid, CORNER_BOTTOM);
|
||||
// m_frameBuffer->paintHLine(m_x, m_x + m_width, top, COL_INFOBAR_SHADOW_PLUS_0);
|
||||
::paintButtons(m_x, top, 0, 1, &RescanButton, m_buttonHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user