1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

No-anchoring zone style

This commit is contained in:
2022-03-27 16:21:52 +02:00
parent a4d68d85f9
commit a87838ea89
3 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,7 @@ void Style::defaultLineStyle()
_lines[0x10402] = Line(QImage(":/IMG/pipeline.png"));
_lines[0x10405] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10409] = Line(QPen(QColor("#000000"), 1, Qt::DotLine));
_lines[0x10501] = Line(QImage(":/IMG/noanchor-line.png"));
_lines[0x10503] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10507] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10601] = Line(QPen(QColor("#000000"), 1, Qt::SolidLine));