From ceda15916a7795e0abd02c68c4efdd229dd9a66c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Sep 2022 10:29:30 +0200 Subject: [PATCH] cc_detailsline.cpp: use OFFSET_INNER_MIN as default frame witdh --- src/gui/components/cc_detailsline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_detailsline.cpp b/src/gui/components/cc_detailsline.cpp index fda408c99..e29a5a287 100644 --- a/src/gui/components/cc_detailsline.cpp +++ b/src/gui/components/cc_detailsline.cpp @@ -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; }