mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -1029,7 +1029,7 @@ void CUpnpBrowserGui::paintDevices()
|
||||
|
||||
// Foot
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user