Skip to content

Commit

Permalink
Explicit about single slider in SliderGrid
Browse files Browse the repository at this point in the history
This PR implements the solution I proposed in [this comment](MakieOrg#2923 (comment)), which was a result of the discussion above.
  • Loading branch information
KronosTheLate committed Sep 6, 2024
1 parent 8617742 commit 1fc3db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makielayout/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,8 @@ end
end

"""
A grid of horizontal `Slider`s, where each slider has one name label on the left,
and a value label on the right.
A grid of one or more horizontal `Slider`s, where each slider has a
name label on the left and a value label on the right.
Each `NamedTuple` you pass specifies one `Slider`. You always have to pass `range`
and `label`, and optionally a `format` for the value label. Beyond that, you can set
Expand Down

0 comments on commit 1fc3db3

Please sign in to comment.