From e6ea5922d65fbb328091e758da5992b3506ff91c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 16 Dec 2016 09:03:07 +0100 Subject: [PATCH] helpbox: avoid artificially offsets Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/5b3d451551b752d114069f2ea745e088960d74e1 Author: vanhofen Date: 2016-12-16 (Fri, 16 Dec 2016) Origin message was: ------------------ - 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);