mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: shrink callgraph indent after 20
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user