CUpnpBrowserGui: fix button arrangement

defined label width parameter was too large


Origin commit data
------------------
Commit: acf9cdfea8
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-16 (Mon, 16 Oct 2017)
This commit is contained in:
2017-10-16 21:34:35 +02:00
parent a0ca1a25f3
commit 04249e850b

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