aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-09-22 17:54:10 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-09-22 17:54:10 -0700
commit13ee51673af825e4729745e74c852ad2552c6b28 (patch)
treec6e6bad5837d3280befffd737d94c96cadfc9225
parent0f0bacceb4e03547755fb5e05f3d5923b81614cb (diff)
Centered the Size column label.
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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: