mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
upnpbrowser: remove 2nd paramter from image->setHeight(h_image)
not required, use default value
This commit is contained in:
@@ -1171,7 +1171,7 @@ void CUpnpBrowserGui::paintItemInfo(UPnPEntry *entry)
|
||||
image->SetTransparent(CFrameBuffer::TM_BLACK);
|
||||
}
|
||||
image->setPicture(tmpname);
|
||||
image->setHeight(h_image, true);
|
||||
image->setHeight(h_image);
|
||||
int x_image = infobox.getXPos() + infobox.getWidth() - image->getWidth() - OFFSET_INTER - infobox.getCornerRadius();
|
||||
image->setXPos(x_image);
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user