From dad9337769dc6710b93dc76e3c84d081661b6dd3 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 6 Sep 2016 11:04:10 +0200 Subject: [PATCH] cc_detailsline: use a smaller thickness Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/fdc2ca37a9c5264262bc6c1e98886ad03b6ce89a Author: vanhofen Date: 2016-09-06 (Tue, 06 Sep 2016) Origin message was: ------------------ - cc_detailsline: use a smaller thickness --- 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 4616da530..f09d8bfd3 100644 --- a/src/gui/components/cc_detailsline.cpp +++ b/src/gui/components/cc_detailsline.cpp @@ -61,7 +61,7 @@ void CComponentsDetailLine::initVarDline( const int& x_pos, const int& y_pos_top shadow_w = 1; //CComponentsDetailLine - thickness = 4; + thickness = 2; //NI cc_body_gradient_enable = false; }