mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
cc_detailsline.cpp: use OFFSET_INNER_MIN as default frame witdh
This commit is contained in:
@@ -63,7 +63,7 @@ void CComponentsDetailsLine::initVarDline( const int& x_pos, const int& y_pos_to
|
|||||||
h_mark_down = h_mark_down_ - 2*shadow_w;
|
h_mark_down = h_mark_down_ - 2*shadow_w;
|
||||||
|
|
||||||
//CComponentsDetailsLine
|
//CComponentsDetailsLine
|
||||||
dl_w = CFrameBuffer::getInstance()->scale2Res(3);
|
dl_w = CFrameBuffer::getInstance()->scale2Res(OFFSET_INNER_MIN);
|
||||||
|
|
||||||
cc_body_gradient_enable = false;
|
cc_body_gradient_enable = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user