summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2015-01-09 15:29:23 +0000
committerAlex Bennée <alex.bennee@linaro.org>2015-01-09 15:29:23 +0000
commit02e495353826a17455f2eff33d4842eaf0cb6ddf (patch)
tree7a62bc8e010dd7f921af60e6d7bb7b2e656f4c1c
parentfe85b501edc65222cb75aedf8ac4476e18d1cfb0 (diff)
lava-job-list-mode: widen the name column.
-rw-r--r--lava-job-list-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lava-job-list-mode.el b/lava-job-list-mode.el
index d6aa2a1..7af4400 100644
--- a/lava-job-list-mode.el
+++ b/lava-job-list-mode.el
@@ -66,8 +66,8 @@ Letters do not insert themselves; instead, they are commands.
\\<lava-job-list-mode-map>
\\{lava-job-list-mode-map}"
:lighter " LVJBS"
- (setq tabulated-list-format [("Job ID" 10 t)
- ("Description" 30 t)
+ (setq tabulated-list-format [("Job ID" 8 t)
+ ("Description" 40 t)
("Last update" 15 nil :right-align)
("Status" 10 nil :right-align)
("Bundle" 15 nil)