libsysprof-ui: port a number of properties to GTK 4

This commit is contained in:
Christian Hergert
2021-10-01 11:37:02 -07:00
parent b225067dff
commit 9a9ac2b3f6
9 changed files with 82 additions and 81 deletions

View File

@ -9,7 +9,10 @@
<property name="visible">true</property>
<child>
<object class="EggThreeGrid" id="three_grid">
<property name="margin">36</property>
<property name="margin-start">36</property>
<property name="margin-end">36</property>
<property name="margin-top">36</property>
<property name="margin-bottom">36</property>
<property name="column-spacing">12</property>
<property name="row-spacing">6</property>
<property name="visible">true</property>