mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
moviebrowser: limit cover to one third of m_cBoxFrameInfo1 width
Origin commit data
------------------
Commit: a47a5cd422
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-12 (Sat, 12 Nov 2016)
Origin message was:
------------------
- moviebrowser: limit cover to one third of m_cBoxFrameInfo1 width
This commit is contained in:
@@ -1402,6 +1402,8 @@ TRACE("[mb]->%s:%d m_movieCover->getHeight(): %d\n", __func__, __LINE__, m_movie
|
||||
m_movieCover->setWidth(0); // force recalculation
|
||||
TRACE("[mb]->%s:%d m_movieCover->getWidth(): %d\n", __func__, __LINE__, m_movieCover->getWidth());
|
||||
m_movieCover->setHeight(cover_h, true);
|
||||
if (m_movieCover->getWidth() > movieCoverBox.iWidth/3)
|
||||
m_movieCover->setWidth(movieCoverBox.iWidth/3, true); // use maximal one third of box width
|
||||
|
||||
m_movieCover->setXPos(movieCoverBox.iX + movieCoverBox.iWidth - m_movieCover->getWidth() - 2*OFFSET_INNER_MID - OFFSET_SHADOW);
|
||||
m_movieCover->setYPos(movieCoverBox.iY + (movieCoverBox.iHeight - m_movieCover->getHeight())/2);
|
||||
|
Reference in New Issue
Block a user