From c40688e326bb5bbbe3b6669958ce8763670ce002 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Sun, 4 Jun 2023 12:27:57 +0200 Subject: [PATCH] daily log --- modules/util/Util/Matrix.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/util/Util/Matrix.pm b/modules/util/Util/Matrix.pm index 3b5d800..8f0fde2 100644 --- a/modules/util/Util/Matrix.pm +++ b/modules/util/Util/Matrix.pm @@ -140,9 +140,10 @@ sub set_border_style elsif ($style eq 'Gnome') { $header_left= $border_left= '| '; - $header_inter= $border_inter= ' | '; + $header_inter= ' | '; $header_right= $border_right= ' |'; $border_lx= '|:'; + $boeder_inter= '|'; $border_rx= '-|'; $border_lines= 0; $border_header= 1; -- GitLab