mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-19 12:12:08 +01:00
Cosmetics
This commit is contained in:
parent
6f49d11903
commit
a928cc4ccb
@ -253,6 +253,7 @@ void Style::pointStyle()
|
|||||||
_points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png"));
|
_points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png"));
|
||||||
_points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png"));
|
_points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png"));
|
||||||
_points[TYPE(I_TRNBSN)] = Point(QImage(":/marine/turning-basin.png"));
|
_points[TYPE(I_TRNBSN)] = Point(QImage(":/marine/turning-basin.png"));
|
||||||
|
_points[TYPE(I_TRNBSN)].setTextColor(QColor("#eb49eb"));
|
||||||
_points[TYPE(I_WTWGAG)] = Point(QImage(":/marine/gauge.png"), Small);
|
_points[TYPE(I_WTWGAG)] = Point(QImage(":/marine/gauge.png"), Small);
|
||||||
_points[TYPE(RDOCAL)].setTextColor(QColor("#eb49eb"));
|
_points[TYPE(RDOCAL)].setTextColor(QColor("#eb49eb"));
|
||||||
_points[TYPE(I_RDOCAL)].setTextColor(QColor("#eb49eb"));
|
_points[TYPE(I_RDOCAL)].setTextColor(QColor("#eb49eb"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user