mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
helpbox: avoid artificially offsets
Origin commit data
------------------
Commit: 5b3d451551
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Origin message was:
------------------
- 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