Skip to content

Commit

Permalink
Made fancy_layout constant
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 5, 2019
1 parent 75d1bdc commit acff765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/pane/holoviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HoloViews(PaneBase):
The HoloViews backend used to render the plot (if None defaults
to the currently selected renderer).""")

fancy_layout = param.Boolean(default=False, doc="""
fancy_layout = param.Boolean(default=False, constant=True, doc="""
Whether the widgets should be laid out like the classic HoloViews
widgets.""")

Expand Down

0 comments on commit acff765

Please sign in to comment.