CUpnpBrowserGui: fix button arrangement

defined label width parameter was too large
This commit is contained in:
2017-10-16 21:34:35 +02:00
parent c6d6baa23e
commit acf9cdfea8

View File

@@ -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
} }