mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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;
|
||||
|
||||
//CComponentsDetailsLine
|
||||
dl_w = CFrameBuffer::getInstance()->scale2Res(3);
|
||||
dl_w = CFrameBuffer::getInstance()->scale2Res(OFFSET_INNER_MIN);
|
||||
|
||||
cc_body_gradient_enable = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user