mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
audioplayer: fix corner_type in header
Origin commit data
------------------
Commit: a3173c82cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-11-04 (Mon, 04 Nov 2013)
Origin message was:
------------------
- audioplayer: fix corner_type in header
This commit is contained in:
@@ -1645,7 +1645,7 @@ void CAudioPlayerGui::paintHead()
|
||||
return;
|
||||
|
||||
CComponentsHeader header(m_x, m_y + m_title_height, m_width, m_theight, LOCALE_AUDIOPLAYER_HEAD, NEUTRINO_ICON_MP3);
|
||||
header.setCorner(RADIUS_MID);
|
||||
header.setCorner(RADIUS_MID, CORNER_TOP);
|
||||
|
||||
if (m_inetmode)
|
||||
header.setCaption(LOCALE_INETRADIO_NAME);
|
||||
|
Reference in New Issue
Block a user