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:
parent
e322d8cd98
commit
2d9b408a32
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue