From 52513c3827a77bfc2758ae31d04f134ccc5ab121 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 19 Jul 2023 17:00:46 -0700 Subject: [PATCH] sysprof: mess with fonts less on callgraph view --- src/sysprof/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/sysprof/style.css b/src/sysprof/style.css index 8da744a2..84d5c5af 100644 --- a/src/sysprof/style.css +++ b/src/sysprof/style.css @@ -34,7 +34,6 @@ progresscell label.in-progress { } callgraphview { - font-size: .9em; } callgraphview treeexpander indent { -gtk-icon-size: 8px; } @@ -44,13 +43,6 @@ callgraphview symbol { margin: -1px -3px; padding: 1px 6px; } -callgraphview symbol.context-switch, -callgraphview symbol.process, -callgraphview symbol.thread, -callgraphview symbol.root, -callgraphview symbol.unwindable { - font-weight: 600; -} callgraphview row:not(:selected) treeexpander expander:checked+box symbol.process, callgraphview row:not(:selected) treeexpander expander:checked+box symbol.thread, callgraphview row:not(:selected) treeexpander expander:checked+box symbol.root {