diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index 18eb1adb..80d6a40f 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -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; }