From 21766d275c92a4a1250617c83a79a132ed8a3e39 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 13 Jun 2023 17:22:59 -0700 Subject: [PATCH] libsysprof-gtk: shrink callgraph indent after 20 --- src/libsysprof-gtk/style.css | 3 +++ 1 file changed, 3 insertions(+) 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; }