From cdc96438cd3ddebc4822d149673fb4fe01dee441 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 14 Feb 2026 07:14:14 -0800 Subject: [PATCH] Adjust process list vertical offset --- src/widgets/glances/metrics/process.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/glances/metrics/process.jsx b/src/widgets/glances/metrics/process.jsx index 333c8a344..a7eedde1c 100644 --- a/src/widgets/glances/metrics/process.jsx +++ b/src/widgets/glances/metrics/process.jsx @@ -46,7 +46,7 @@ export default function Component({ service }) { let listYPosition = "bottom-4"; if (chart) { headerYPosition = "-top-6"; - listYPosition = "-top-3"; + listYPosition = "-top-2"; } return (