Browse Source

Remove black cable

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
b2f4d2c66d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/WireWidget.cpp

+ 1
- 1
src/app/WireWidget.cpp View File

@@ -75,7 +75,7 @@ static const NVGcolor wireColors[] = {
nvgRGB(0xc9, 0x18, 0x47), // red
nvgRGB(0x0c, 0x8e, 0x15), // green
nvgRGB(0x09, 0x86, 0xad), // blue
nvgRGB(0x44, 0x44, 0x44), // black
// nvgRGB(0x44, 0x44, 0x44), // black
// nvgRGB(0x66, 0x66, 0x66), // gray
// nvgRGB(0x88, 0x88, 0x88), // light gray
// nvgRGB(0xaa, 0xaa, 0xaa), // white


Loading…
Cancel
Save