user-controls: Inherit from AdwBin

GtkBin is no more, but libadwaita has a nice 1:1 replacement which
is AdwBin.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 15:17:05 -03:00
parent e322d8cd98
commit 2d9b408a32
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<!-- Copyright © 2018, 2019, 2020 Endless, Inc. -->
<interface domain="malcontent">
<requires lib="gtk+" version="3.12"/>
<template class="MctUserControls" parent="GtkBin">
<template class="MctUserControls" parent="AdwBin">
<child>
<object class="AdwPreferencesPage">
<child>