Skip to content

Commit

Permalink
Updated background. Refs #13311
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Jun 21, 2023
1 parent 90b7c5a commit f49439d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netedit/elements/GNEAttributeCarrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ GNEAttributeCarrier::fillVehicleElements() {
myTagProperties[currentTag] = GNETagProperties(currentTag,
GNETagProperties::DEMANDELEMENT | GNETagProperties::VEHICLE,
0,
GUIIcon::TRIP_TAZS, SUMO_TAG_TRIP, {}, FXRGBA(255, 213, 213, 255));
GUIIcon::TRIP_TAZS, SUMO_TAG_TRIP, {}, FXRGBA(240, 255, 205, 255));
myTagProperties[currentTag].setFieldString("trip (from-to TAZs)");

// set values of attributes
Expand Down Expand Up @@ -3900,7 +3900,7 @@ GNEAttributeCarrier::fillVehicleElements() {
myTagProperties[currentTag] = GNETagProperties(currentTag,
GNETagProperties::DEMANDELEMENT | GNETagProperties::VEHICLE | GNETagProperties::FLOW,
0,
GUIIcon::FLOW_TAZS, SUMO_TAG_FLOW, {}, FXRGBA(255, 213, 213, 255));
GUIIcon::FLOW_TAZS, SUMO_TAG_FLOW, {}, FXRGBA(240, 255, 205, 255));
myTagProperties[currentTag].setFieldString("flow (from-to TAZs)");

// set values of attributes
Expand Down

0 comments on commit f49439d

Please sign in to comment.