mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1629,7 +1629,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