From 33e7afdf8d047daf2f85ad9adb713707e26538fa Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 20 Nov 2016 15:18:45 +0100 Subject: [PATCH] CComponentsFooter: use minimal frame width as default for buttons Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/7567f7de00bf8b6ef6d1967819586dfaea2036e4 Author: Thilo Graf Date: 2016-11-20 (Sun, 20 Nov 2016) --- src/gui/components/cc_frm_footer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_footer.h b/src/gui/components/cc_frm_footer.h index 49bd3fae6..0afd82454 100644 --- a/src/gui/components/cc_frm_footer.h +++ b/src/gui/components/cc_frm_footer.h @@ -165,7 +165,7 @@ class CComponentsFooter : public CComponentsHeader const fb_pixel_t& text_col = COL_MENUCONTENTDARK_TEXT_PLUS_2, const fb_pixel_t& sel_text_col = COL_MENUCONTENT_TEXT, const int& frame_width = 1, - const int& sel_frame_width = 2); + const int& sel_frame_width = 1); ///returns id of select button, return value as int, -1 = nothing is selected int getSelectedButton(); ///returns selected button object, return value as pointer to object, NULL means nothing is selected