Skip to content

Commit

Permalink
we dont want two red pens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeske committed Jun 10, 2017
1 parent bb7af31 commit b296b38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ public AudioLevelsUIElement() {
pens.Add(new Pen(Brushes.HotPink, 1.0f));
pens.Add(new Pen(Brushes.Yellow, 1.0f));
pens.Add(new Pen(Brushes.Lavender, 1.0f));
pens.Add(new Pen(Brushes.Cyan, 1.0f));
pens.Add(new Pen(Brushes.Maroon, 1.0f));
pens.Add(new Pen(Brushes.Cyan, 1.0f));


foreach (var pen in pens) {
Expand Down

0 comments on commit b296b38

Please sign in to comment.