<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,8 +18,8 @@ namespace Winterdom.VisualStudio.Extensions.Text {
    [DisplayName(&quot;Current Line&quot;)]
    [UserVisible(true)]
    [Order(Before = Priority.Default)]
-   sealed class FlowControlFormat : ClassificationFormatDefinition {
-      public FlowControlFormat() {
+   sealed class CurrentLineFormat : ClassificationFormatDefinition {
+      public CurrentLineFormat() {
          this.BackgroundColor = Color.FromArgb(0xFF, 0xEB, 0xEB, 0xEB);
          this.ForegroundColor = Colors.Silver;
          this.BackgroundOpacity = 0.4;</diff>
      <filename>AdornmentFactory.cs</filename>
    </modified>
    <modified>
      <diff>@@ -65,9 +65,6 @@ namespace Winterdom.VisualStudio.Extensions.Text {
       }
 
       private void CreateDrawingObjects() {
-         Brush oldFillBrush = fillBrush;
-         Pen oldBorderPen = borderPen;
-
          // this gets the color settings configured by the
          // user in Fonts and Colors (or the default in out
          // classification type).
@@ -106,7 +103,7 @@ namespace Winterdom.VisualStudio.Extensions.Text {
                g.Bounds.TopLeft, 
                new Point(maxRight, g.Bounds.Bottom)
             );
-            g = new RectangleGeometry(nr, 1.1, 1.1);
+            g = new RectangleGeometry(nr, 1.0, 1.0);
 
             GeometryDrawing drawing = new GeometryDrawing(fillBrush, borderPen, g);
             drawing.Freeze();</diff>
      <filename>LineHighlight.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>92933487b0d023b2a6c94027bfcce6d93020f4f4</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/LineAdornments/commit/4e2ea3195534f4e0f1afef0218e1a0624c6398d3</url>
  <id>4e2ea3195534f4e0f1afef0218e1a0624c6398d3</id>
  <committed-date>2009-06-16T19:08:26-07:00</committed-date>
  <authored-date>2009-06-16T19:08:26-07:00</authored-date>
  <message>Fixing some old names</message>
  <tree>9f8a756e9c664f88cb4aeb11dd455d5fe5962e36</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
