changed infor widget a little to make it smaller

This commit is contained in:
Thomas Eppers 2023-02-17 16:23:21 +01:00
parent a517c7d6d0
commit 935a9e5709

View File

@ -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",
),
}
}