Skip to content

Commit

Permalink
DafnyExtension: new color (violet) for buffer snapshot sent to the ve…
Browse files Browse the repository at this point in the history
…rifier
  • Loading branch information
Unknown authored and Unknown committed Sep 8, 2012
1 parent 5cd043f commit 99d505f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal class ProgressMarginGlyphFactory : IGlyphFactory
}

System.Windows.Shapes.Rectangle sh = new Rectangle() {
Fill = dtag.Val == 0 ? new SolidColorBrush(Color.FromRgb(255, 238, 98)) : Brushes.DarkOrange,
Fill = dtag.Val == 0 ? Brushes.Violet : Brushes.DarkOrange,
Height = 18.0,
Width = 3.0
};
Expand Down

0 comments on commit 99d505f

Please sign in to comment.