- audioplayer: fix corner_type in header

This commit is contained in:
svenhoefer
2013-11-04 12:44:25 +01:00
parent 87f9ac539b
commit a3173c82cf

View File

@@ -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);