From d0248c5ae026eb5e63f166f2d4df032337b1788c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 9 Oct 2016 14:53:37 +0200 Subject: [PATCH] Helpbox: use auto sized width for footer button Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3221b7467eb7a0b0ca15bde274da3f64c91c6440 Author: Thilo Graf Date: 2016-10-09 (Sun, 09 Oct 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 19bf55978..cea87e3e3 100644 --- a/src/gui/widget/helpbox.cpp +++ b/src/gui/widget/helpbox.cpp @@ -50,7 +50,7 @@ Helpbox::Helpbox( const string& Title, page = 0; hbox_y = 1; 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; if (default_font_text == NULL)