From 101f356e4084a6fa059c93bc5aa92c2227fe27ad Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 22:55:02 -0400 Subject: [PATCH] [P4/git history rebuild] change line widths. THIS COMMIT IS WRONG. It is included here to ensure maximal fidelity the initial p4 condition --- libs/canvas/wave_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/canvas/wave_view.cc b/libs/canvas/wave_view.cc index 110e681969..5d09054e20 100644 --- a/libs/canvas/wave_view.cc +++ b/libs/canvas/wave_view.cc @@ -325,8 +325,8 @@ WaveView::draw_image (PeakData* _peaks, int n_peaks) const /* ensure single-pixel lines */ - context->set_line_width (0.5); - context->translate (0.5, 0.0); + context->set_line_width (1.1); //VK: 0.5); + context->translate (1.1, 0.0); //VK: (0.5, 0.0); /* draw the lines */