Skip to content

Commit

Permalink
tlock: fix: Add some padding between paginator and help menu in selec…
Browse files Browse the repository at this point in the history
…t user menu
  • Loading branch information
eklairs committed May 12, 2024
1 parent c51c216 commit 429490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlock/models/auth/select.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (screen SelectUserScreen) View() string {

// Add paginator
if screen.listview.Paginator.TotalPages > 1 {
items = append(items, components.Paginator(screen.listview))
items = append(items, components.Paginator(screen.listview), "")
}

// Add help
Expand Down

0 comments on commit 429490b

Please sign in to comment.