Helpbox: use auto sized width for footer button

Origin commit data
------------------
Commit: 3221b7467e
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-09 (Sun, 09 Oct 2016)
This commit is contained in:
2016-10-09 14:53:37 +02:00
parent ee41a420a4
commit 9d24f23819

View File

@@ -50,7 +50,7 @@ Helpbox::Helpbox( const string& Title,
page = 0; page = 0;
hbox_y = 1; hbox_y = 1;
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT); setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
ccw_footer->setButtonLabel(NEUTRINO_ICON_BUTTON_HOME, LOCALE_MESSAGEBOX_BACK, 0, 150); ccw_footer->setButtonLabel(NEUTRINO_ICON_BUTTON_HOME, LOCALE_MESSAGEBOX_BACK);
hbox_font = default_font_text; hbox_font = default_font_text;
if (default_font_text == NULL) if (default_font_text == NULL)