mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines
Origin commit data
------------------
Commit: 6d58a3b1c9
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
This commit is contained in:
@@ -1737,7 +1737,7 @@ void COsdSetup::paintWindowSize(int w, int h)
|
||||
{
|
||||
if (win_demo == NULL) {
|
||||
win_demo = new CComponentsShapeSquare(0, 0, 0, 0);
|
||||
win_demo->setFrameThickness(8);
|
||||
win_demo->setFrameThickness(OFFSET_INNER_MID);
|
||||
win_demo->disableShadow();
|
||||
win_demo->setColorBody(COL_BACKGROUND);
|
||||
win_demo->setColorFrame(COL_RED);
|
||||
|
Reference in New Issue
Block a user