Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties.
The position child property is problematic, since it requires us to emit notification for all children when inserting a child early in the list of children. Remove the property from all ui files.
GtkWidget:halign and GtkWidget:valign are sufficient