mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf2b9d49ca
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-04 (Tue, 04 Oct 2011)
Origin message was:
------------------
*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 was generated by Migit
This commit is contained in:
@@ -1048,7 +1048,7 @@ void CUpnpBrowserGui::paintDevice()
|
|||||||
top = m_y + (m_height - m_info_height - 2 * m_buttonHeight);
|
top = m_y + (m_height - m_info_height - 2 * m_buttonHeight);
|
||||||
|
|
||||||
//int ButtonWidth = (m_width - 20) / 4;
|
//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);
|
// m_frameBuffer->paintHLine(m_x, m_x + m_width, top, COL_INFOBAR_SHADOW_PLUS_0);
|
||||||
::paintButtons(m_x, top, 0, 1, &RescanButton, m_buttonHeight);
|
::paintButtons(m_x, top, 0, 1, &RescanButton, m_buttonHeight);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user