make the N whiteout a bit bigger
authorDiane Trout <diane@caltech.edu>
Wed, 11 Apr 2007 23:59:47 +0000 (23:59 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 11 Apr 2007 23:59:47 +0000 (23:59 +0000)
alg/glsequence.cpp

index 62f8b7a83e6ac1d9a0254d97a2cca5a1d1264b60..6c8b12b80410418e2e8bc2c0ec537a574724283a 100644 (file)
@@ -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