mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- helpbox: avoid artificially offsets
This commit is contained in:
@@ -44,7 +44,7 @@ Helpbox::Helpbox( const string& Title,
|
||||
CC_SHADOW_ON)
|
||||
{
|
||||
page = 0;
|
||||
hbox_y = 1;
|
||||
hbox_y = 0;
|
||||
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
|
||||
ccw_footer->setButtonLabel(NEUTRINO_ICON_BUTTON_HOME, LOCALE_MESSAGEBOX_BACK);
|
||||
|
||||
|
Reference in New Issue
Block a user