mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CUpnpBrowserGui: fix button arrangement
defined label width parameter was too large
This commit is contained in:
@@ -1029,7 +1029,7 @@ void CUpnpBrowserGui::paintDevices()
|
|||||||
|
|
||||||
// Foot
|
// Foot
|
||||||
footer.setCorner(RADIUS_LARGE, CORNER_BOTTOM);
|
footer.setCorner(RADIUS_LARGE, CORNER_BOTTOM);
|
||||||
footer.paintButtons(m_x, m_footer_y, m_width, m_footer_height, 1, &RescanButton, m_width/2);
|
footer.paintButtons(m_x, m_footer_y, m_width, m_footer_height, 1, &RescanButton);
|
||||||
|
|
||||||
paintItem2DetailsLine(-1); // clear it
|
paintItem2DetailsLine(-1); // clear it
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user