mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Cosmetics
This commit is contained in:
parent
e8f3d028dd
commit
37f9d97a9e
@ -31,7 +31,7 @@ void Style::defaultPolygonStyle()
|
|||||||
_polygons[TYPE(LAKARE)] = Polygon(QBrush("#9fc4e1"),
|
_polygons[TYPE(LAKARE)] = Polygon(QBrush("#9fc4e1"),
|
||||||
QPen(QColor("#000000"), 1));
|
QPen(QColor("#000000"), 1));
|
||||||
_polygons[TYPE(RIVERS)] = Polygon(QBrush("#9fc4e1"));
|
_polygons[TYPE(RIVERS)] = Polygon(QBrush("#9fc4e1"));
|
||||||
_polygons[TYPE(AIRARE)] = Polygon(QBrush("#aaaaaa"));
|
_polygons[TYPE(AIRARE)] = Polygon(QBrush("#333333"));
|
||||||
|
|
||||||
_drawOrder
|
_drawOrder
|
||||||
<< TYPE(M_COVR) << TYPE(LNDARE) << TYPE(BUISGL) << SUBTYPE(DEPARE, 0)
|
<< TYPE(M_COVR) << TYPE(LNDARE) << TYPE(BUISGL) << SUBTYPE(DEPARE, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user