mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
CMsgBox: enlarge footer height
Buttons has too small offset to bottom of footer.
Framed and shaded buttons are arranged on the top of footer, so
we have a larger offset.
Origin commit data
------------------
Branch: ni/coolstream
Commit: d50ef787a2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-14 (Fri, 14 Oct 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -87,6 +87,8 @@ void CMsgBox::init(const int& Height, const int& ShowButtons, const msg_result_t
|
||||
|
||||
//enable footer and add its height
|
||||
showFooter(true);
|
||||
ccw_h_footer = ccw_footer->getHeight()+OFFSET_INNER_MID;
|
||||
ccw_footer->setHeight(ccw_h_footer);
|
||||
btn_enable_bg = false;
|
||||
ccw_col_footer = ccw_body->getColorBody();
|
||||
ccw_footer->doPaintBg(false);
|
||||
|
Reference in New Issue
Block a user