mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 12:18:27 +02:00
add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ee3e54741
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Origin message was:
------------------
- add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -416,7 +416,7 @@ int ShowMsg2UTF( const char * const Title,
|
||||
Text_mode);
|
||||
|
||||
if (color_frame != HINTBOX_DEFAULT_FRAME_COLOR){
|
||||
msgBox.setFrameThickness(4);
|
||||
msgBox.setFrameThickness(OFFSET_INNER_SMALL);
|
||||
msgBox.setColorFrame(color_frame);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user