mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-05 20:58:28 +02:00
helpbox: avoid artificially offsets
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b3d451551
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Origin message was:
------------------
- helpbox: avoid artificially offsets
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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