Skip to content

Explicity mark non-visible widgets in GtkBuilder files

GTK+ 4 sets visibility to true by default, so we should explicitly mark those as non-visible. The visible=True attributes can be removed after migration.

Merge request reports