mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-07 18:53:02 +02:00
Compare commits
2 Commits
2bde41f09e
...
53ace440c5
Author | SHA1 | Date | |
---|---|---|---|
53ace440c5 | |||
46375cdee2 |
Binary file not shown.
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 271 B |
Binary file not shown.
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 353 B |
Binary file not shown.
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 334 B |
@ -496,7 +496,8 @@ void Style::defaultLineStyle(qreal ratio)
|
||||
_lines[0x10401] = Line(QImage(":/marine/cable.png"));
|
||||
_lines[0x10402] = Line(QImage(":/marine/pipeline.png"));
|
||||
_lines[0x10403] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 2, Qt::DotLine));
|
||||
_lines[0x10404] = Line(QImage(":/marine/fishing-farm-line.png"));
|
||||
_lines[0x10404] = Line(QPen(QColor(0, 0, 0), 1, Qt::DashLine));
|
||||
_lines[0x110404] = Line(QImage(":/marine/fishing-farm-line.png"));
|
||||
_lines[0x10405] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::DashLine));
|
||||
_lines[0x110405] = Line(QImage(":/marine/pipeline-area-line.png"));
|
||||
_lines[0x10406] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::DashLine));
|
||||
|
Loading…
x
Reference in New Issue
Block a user