From 935a9e570926beaa12533c1687ada666364d61b2 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Fri, 17 Feb 2023 16:23:21 +0100 Subject: [PATCH] changed infor widget a little to make it smaller --- src/widget/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/info.rs b/src/widget/info.rs index 51cb1d7..02e34a0 100644 --- a/src/widget/info.rs +++ b/src/widget/info.rs @@ -11,7 +11,7 @@ impl Info { Self { info: String::from(info), keys: String::from( - "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line Return Select current selection", + "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line Return Select", ), } }