From cbe583d07f53f4cc7e498cef3c05e3bedd66575a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Sep 2022 20:47:52 +0200 Subject: [PATCH] cc_detailsline.cpp: use OFFSET_INNER_MIN as default frame witdh Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7374ae96c0be348fee12f798883260aa7858dc76 Author: Thilo Graf Date: 2022-09-14 (Wed, 14 Sep 2022) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 c8caa084d..3b78e3a46 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(2); //NI + dl_w = CFrameBuffer::getInstance()->scale2Res(OFFSET_INNER_MIN); cc_body_gradient_enable = false; }