- helpbox: avoid artificially offsets

This commit is contained in:
svenhoefer
2016-12-16 09:03:07 +01:00
parent b46a35cdf4
commit 5b3d451551

View File

@@ -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);