From 1606a23bfd407d4bbc0e9e87fd357537f1b31992 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 2 Apr 2024 12:27:27 +0200 Subject: FIX MemUsage fix UI/UX and add sorting --- modules/computer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/computer.c') diff --git a/modules/computer.c b/modules/computer.c index 68629f2e..98580ad5 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -376,12 +376,11 @@ gchar *callback_memory_usage() "ViewType=2\n" "LoadGraphSuffix= kB\n" "RescanInterval=2000\n" - "ColumnTitle$TextValue=%s\n" - "ColumnTitle$Extra1=%s\n" + "ColumnTitle$TextValue=%s\n" "ColumnTitle$Value=%s\n" "ShowColumnHeaders=true\n" "%s\n", meminfo, - _("Field"), _("Description"), _("Value"), /* column labels */ + _("Description"), _("Value"), /* column labels */ lginterval); } -- cgit v1.2.3