cc_detailsline.cpp: use OFFSET_INNER_MIN as default frame witdh

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7374ae96c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-09-14 (Wed, 14 Sep 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2022-09-14 20:47:52 +02:00
committed by vanhofen
parent a7fe10e6df
commit cbe583d07f

View File

@@ -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;
}