Skip to content

Commit

Permalink
feat(Tui): adjust table size
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneSemCalda committed Jan 27, 2024
1 parent 2c4167d commit 22c2190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tui/selectAnime.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func SelectAnimes(animes []Structures.Anime) (string, string, error) {

columns := []table.Column{
{Title: AnimeNameColumnTitle, Width: 50},
{Title: AnimeURLColumnTitle, Width: 50},
{Title: AnimeURLColumnTitle, Width: 180},
}

rows := make([]table.Row, 0, len(animes))
Expand Down

0 comments on commit 22c2190

Please sign in to comment.