ui: improved file nodes
* added colors for file nodes and dependency edges * use TokenComponentFilePath on file nodes to store FilePath
This commit is contained in:
@@ -464,6 +464,9 @@ void QtGraphEdge::updateLine()
|
||||
case Edge::EDGE_AGGREGATION:
|
||||
color = QColor("#F8F8F8");
|
||||
break;
|
||||
case Edge::EDGE_INCLUDE:
|
||||
color = QColor("#87BA50");
|
||||
break;
|
||||
default:
|
||||
color = QColor("#878787");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user