From 13ee51673af825e4729745e74c852ad2552c6b28 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Sep 2019 17:54:10 -0700 Subject: [PATCH] Centered the Size column label. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 2e90170..217b780 100644 --- a/config.def.h +++ b/config.def.h @@ -155,7 +155,7 @@ const column_t columns[128] = { ['n'] = {40, "Name"}, ['p'] = {5, "Permissions"}, ['r'] = {2, "Random"}, - ['s'] = {9, "Size"}, + ['s'] = {9, " Size"}, }; // This is a list of commands that runs when `bb` launches: