From 5b3d451551b752d114069f2ea745e088960d74e1 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 16 Dec 2016 09:03:07 +0100 Subject: [PATCH] - helpbox: avoid artificially offsets --- src/gui/widget/helpbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/helpbox.cpp b/src/gui/widget/helpbox.cpp index fc0839d4f..4169b5d13 100644 --- a/src/gui/widget/helpbox.cpp +++ b/src/gui/widget/helpbox.cpp @@ -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);