Remove maxheight param
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
{{ $horizontal := .Get "horizontal" }}
|
||||
{{ $list := .Get "list" }}
|
||||
{{ $loop := .Get "loop" }}
|
||||
{{ $maxheight := .Get "maxheight" }}
|
||||
{{ $maxwidth := .Get "maxwidth" }}
|
||||
{{ $mute := .Get "mute" }}
|
||||
{{ $number := .Get "number" }}
|
||||
@@ -84,7 +83,6 @@
|
||||
"gap" 2
|
||||
"height" $height
|
||||
"horizontal" $horizontal
|
||||
"maxheight" $maxheight
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
"numbered" $numbered
|
||||
|
Reference in New Issue
Block a user