Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 14, 2021
1 parent a602328 commit 4becb23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_source/migration_guide_3_to_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Migration Guide - v3 to v4
- Renamed widget ``expand_background_inflate_to_selection_effect`` to ``background_inflate_to_selection_effect``.
- Menu Column/Row positioning has changed, now ``column_max_width`` has a different behaviour. For setting the minimum width of columns use ``column_min_width``.
- Widget ``VMargin`` now inherits from ``NoneWidget``.
- Widget ``shadow_offset`` now cannot be ``None``, only ``int`` or ``float`` allowed.
- Widget ``shadow_offset`` now cannot be ``None``, only ``int`` or ``float`` allowed.
- Removed ``**kwargs`` from ``Menu`` constructor.
- Renamed ``touchscreen_enabled`` to ``touchscreen`` in ``Menu`` constructor.

0 comments on commit 4becb23

Please sign in to comment.