mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
upnpbrowser: remove 2nd paramter from image->setHeight(h_image)
not required, use default value
Origin commit data
------------------
Branch: ni/coolstream
Commit: a988b66724
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1176,7 +1176,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