treewide: Dispose and layout manager implementations

https://docs.gtk.org/gtk4/migrating-3to4.html#adapt-to-gtkcontainer-removal

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2023-12-16 14:08:56 -08:00
parent e2a5f04fa0
commit a656776b19
8 changed files with 62 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<requires lib="libadwaita" version="0.0"/>
<template class="CallsContactsBox" parent="GtkWidget">
<child>
<object class="GtkScrolledWindow">
<object class="GtkScrolledWindow" id="child">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>

View File

@@ -4,7 +4,7 @@
<requires lib="libadwaita" version="1.0"/>
<template class="CallsNewCallBox" parent="GtkWidget">
<child>
<object class="GtkBox">
<object class="GtkBox" id="child">
<property name="margin-start">24</property>
<property name="margin-end">24</property>
<property name="margin_top">6</property>