[project @ 13]
[mussa.git] / mussa_gui_conn_view.cc
index 5f17b328b54610b19ffa4288c17f54e098bb4505..a77afa87e6455b9cd36bc51b6ac38ec3ab128a1c 100644 (file)
@@ -1,3 +1,13 @@
+//  This file is part of the Mussa source distribution.
+//  http://mussa.caltech.edu/
+//  Contact author: Tristan  De Buysscher, tristan@caltech.edu
+
+// This program and all associated source code files are Copyright (C) 2005
+// the California Institute of Technology, Pasadena, CA, 91125 USA.  It is
+// under the GNU Public License; please see the included LICENSE.txt
+// file for more information, or contact Tristan directly.
+
+
 #include "mussa_gui_conn_view.hh"
 
 
@@ -349,8 +359,9 @@ ConnView::draw_sequence_stuff()
   // draw sequence representation lines
   fl_font(FL_COURIER, 14);
   //fl_color(FL_BLACK);
-  fl_color(80,80,80);
-  fl_line_style(FL_SOLID, 7, NULL);
+  fl_color(100,100,100);
+  // normally size 7, adjust for various screenshotage
+  fl_line_style(FL_SOLID, 11, NULL);
   y_loc = y()+y_pad;
   y_offset = 5;
   for(i2 = 0; i2 < seq_num; i2++)
@@ -392,7 +403,7 @@ ConnView::draw_sequence_stuff()
     // loop thru all annotation entries
     for(annot_i = (*S)[i2].annots.begin(); annot_i != (*S)[i2].annots.end(); ++annot_i)
     {
-      fl_line_style(FL_SOLID, 3, NULL);
+      fl_line_style(FL_SOLID, 7, NULL);
       mv_offset = 0;
 
       // loop thru annotation types to determine color