From fd0de7877ef325b4922bfe9968d85607a681751d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 11 Apr 2007 23:59:47 +0000 Subject: [PATCH] make the N whiteout a bit bigger --- alg/glsequence.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/alg/glsequence.cpp b/alg/glsequence.cpp index 62f8b7a..6c8b12b 100644 --- a/alg/glsequence.cpp +++ b/alg/glsequence.cpp @@ -466,12 +466,7 @@ void draw_narrow_track(SeqSpanRef s, float left, float right) float height( (parent_draw) ? parent_draw->height() : default_height ); glColor3f(1.0, 1.0, 1.0); - // offset to middle of the top (+) or bottom (-) quarter - float yoffset = height * 5.0/8.0; //(1/2 + 1/8) - // height of a quarter - float hsmall = height * 1.0/4.0; + float hsmall = height * 3.0/4.0; GlSequence::draw_box(left, right, x+s->start(), x+s->stop(), hsmall, y, z+10); - //GlSequence::draw_box(left, right, x+s->start(), x+s->stop(), - // hsmall, y-yoffset, z+10); } \ No newline at end of file -- 2.30.2