project: Adapt to GtkBox API changes
GtkBox provides a different API surface, such as gtk_box_append() and gtk_box_prepend(), so switch to that.
This commit is contained in:
parent
2d9b408a32
commit
631df4f1a5
4 changed files with 7 additions and 17 deletions
|
@ -42,10 +42,6 @@
|
|||
<relation name="controls">user_controls</relation>
|
||||
</accessibility>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="fill">False</property>
|
||||
<property name="expand">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="MctUserControls" id="user_controls">
|
||||
|
@ -53,10 +49,8 @@
|
|||
<property name="description">It’s recommended that restrictions are set as part of an ongoing conversation with $name. Read guidance on what to consider.</property>
|
||||
<property name="height-request">270</property>
|
||||
<property name="dbus-connection">dbus_connection</property>
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue