Skip to content

Commit

Permalink
Fix vertical orientation for sliders and options. Closes JuliaGizmos#202
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Niklas Korsbo committed Mar 6, 2018
1 parent 4fe80f1 commit 243cbc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/IJulia/statedict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ statedict{view, T}(d::Options{view, T}) =
:tooltips=>d.tooltips,
:readout => d.readout,
:continuous_update=>d.continuous_update,
<<<<<<< HEAD
:orientation => d.orientation,
=======
>>>>>>> Add continuous_update toggle for option widgets.
:_options_labels=>collect(keys(d.options)))

statedict(w::Widget) = begin
Expand Down

0 comments on commit 243cbc4

Please sign in to comment.