mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Messages: move window to top of screen
User request.
This commit is contained in:
@@ -204,7 +204,8 @@ void CMsgBox::initButtons()
|
||||
ccw_footer->enableButtonShadow(CC_SHADOW_ON, OFFSET_SHADOW/2, true);
|
||||
|
||||
//set position of meassage window and refresh window properties
|
||||
setCenterPos();
|
||||
setCenterPos(CC_ALONG_X);
|
||||
y = frameBuffer->getScreenY() + ((frameBuffer->getScreenHeight() - height) >> 2),
|
||||
Refresh();
|
||||
|
||||
//set the 1st button as default selected button
|
||||
|
Reference in New Issue
Block a user