Skip to content

Commit

Permalink
More fixes to show
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 5, 2023
1 parent c803fb6 commit 7bc56e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractgeotable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,5 @@ function _common_kwargs(geotable)
types = first.(tuples)
units = last.(tuples)

(title=summary(geotable), header=(colnames, types, units), alignment=:c, max_num_of_rows=20, vcrop_mode=:middle)
(title=summary(geotable), header=(colnames, types, units), alignment=:c, max_num_of_rows=10, vcrop_mode=:middle)
end

0 comments on commit 7bc56e5

Please sign in to comment.