libsysprof-gtk: shrink callgraph indent after 20

This commit is contained in:
Christian Hergert
2023-06-13 17:22:59 -07:00
parent 819b6c5a72
commit 21766d275c

View File

@ -29,3 +29,6 @@ progresscell label {
progresscell label.in-progress {
color: @accent_fg_color;
}
callgraphview treeexpander indent { -gtk-icon-size: 8px; }
callgraphview treeexpander indent:nth-child(n+20) { -gtk-icon-size: 0px; }