mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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:
@@ -307,7 +307,7 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
//infobox
|
||||
if (ibox){
|
||||
ibox->setDimensionsAll(x, ypos2, width, info_height);
|
||||
ibox->setFrameThickness(2);
|
||||
ibox->setFrameThickness(FRAME_WIDTH_MIN);
|
||||
ibox->setCorner(RADIUS_LARGE);
|
||||
ibox->disableShadow();
|
||||
}
|
||||
|
Reference in New Issue
Block a user