Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
forward labelslidergrid keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Nov 2, 2020
1 parent 88a5c4a commit 02f4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makielayout/helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function labelslidergrid!(scene, labels, ranges; formats = [string],
labels = map(x -> x.label, elements)
valuelabels = map(x -> x.valuelabel, elements)

layout = grid!(hcat(labels, sliders, valuelabels))
layout = grid!(hcat(labels, sliders, valuelabels); layoutkw...)

(sliders = sliders, labels = labels, valuelabels = valuelabels, layout = layout)
end
Expand Down

0 comments on commit 02f4da2

Please sign in to comment.