Skip to content

Commit

Permalink
Columns settings: add hint for re-order columns
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Nov 27, 2020
1 parent a59c7aa commit fa254c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func ColumnsMenu() MenuFn {
m.Selectable = true
m.SortItems = false
m.BorderLabel = "Columns"
//m.SubText = "Enabled Columns"
m.SubText = "Re-order: <Page Up> / <Page Down>"

rebuild := func() {
// get padding for right alignment of enabled status
Expand Down

0 comments on commit fa254c6

Please sign in to comment.