libsysprof-ui: fix infloop in measurements

Apparently the box margin seems to be causing issues with boxlayout.
This commit is contained in:
Christian Hergert
2022-04-01 14:08:42 -07:00
parent df0ff1449d
commit 8a73f72f97

View File

@ -11,14 +11,13 @@
<child> <child>
<object class="GtkBox" id="details_box"> <object class="GtkBox" id="details_box">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Details</property> <property name="label" translatable="yes">Details</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="margin-top">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-bottom">6</property> <property name="margin-bottom">6</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
@ -30,6 +29,7 @@
<property name="hexpand">false</property> <property name="hexpand">false</property>
<property name="vexpand">true</property> <property name="vexpand">true</property>
<property name="margin-start">6</property> <property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<property name="row-spacing">3</property> <property name="row-spacing">3</property>
<child> <child>