mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
progresswindow.cpp: fix too small offset between global bar and lower frame
This commit is contained in:
@@ -111,7 +111,7 @@ void CProgressWindow::Init( signal<void, size_t, size_t, string> *statusSignal,
|
|||||||
//set window height
|
//set window height
|
||||||
h_height = ccw_head->getHeight();
|
h_height = ccw_head->getHeight();
|
||||||
ccw_body->setHeight(ccw_body->back()->getYPos()+ ccw_body->back()->getHeight()+ OFFSET_INNER_MID);
|
ccw_body->setHeight(ccw_body->back()->getYPos()+ ccw_body->back()->getHeight()+ OFFSET_INNER_MID);
|
||||||
height = max(height, ccw_body->getHeight() + h_height);
|
height = max(height, ccw_body->getHeight() + h_height) + fr_thickness;
|
||||||
|
|
||||||
//set position on screen
|
//set position on screen
|
||||||
setCenterPos();
|
setCenterPos();
|
||||||
|
Reference in New Issue
Block a user