Skip to content

Replace uses of deprecated gtk.VBox

Replace uses of the deprecated gtk.VBox [1] and use gtk.Box with orientation=gtk.Orientation.VERTICAL instead.

This replaces all of the uses directly in Python code. There are more in .ui files.

[1] https://docs.gtk.org/gtk3/class.VBox.html

Merge request reports