mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pw-dot: rename lightgreen to palegreen
lightgreen does not seem to exist for me as a color, dot complains.
This commit is contained in:
parent
01934297bd
commit
2a3bf485e7
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ static void draw_node(struct global *g)
|
|||
|
||||
/* draw the node header */
|
||||
dot_str_add(dot_str, "subgraph cluster_node_%u {\n", g->id);
|
||||
dot_str_add(dot_str, "bgcolor=lightgreen;\n");
|
||||
dot_str_add(dot_str, "bgcolor=palegreen;\n");
|
||||
|
||||
/* draw the label header */
|
||||
dot_str_add(dot_str, "label=\"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue