diff --git a/src/gui/upnpbrowser.cpp b/src/gui/upnpbrowser.cpp index ebbf3dc29..71e7e8ea9 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -1112,7 +1112,7 @@ void CUpnpBrowserGui::paintItemInfo(std::vector *entry, unsigned int g_PicViewer->rescaleImageDimensions(&flogo_w, &flogo_h, m_title_height*2, m_title_height-14); } } - g_PicViewer->DisplayImage(tmpname.c_str(), m_x+m_width-flogo_w-2, m_y + 2, flogo_w, flogo_h); + g_PicViewer->DisplayImage(tmpname.c_str(), m_x+m_width-flogo_w-2-RADIUS_MID, m_y + 2, flogo_w, flogo_h); } }