libsysprof-ui: remove unnecessary box from hierarchy

This commit is contained in:
Christian Hergert
2022-04-01 16:39:50 -07:00
parent fa88603024
commit 39a6fe3466

View File

@ -22,18 +22,8 @@
<object class="EggPaned"> <object class="EggPaned">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
<object class="GtkBox"> <object class="SysprofVisualizersFrame" id="visualizers">
<property name="vexpand">0</property> <property name="vexpand">false</property>
<property name="orientation">vertical</property>
<child>
<object class="SysprofVisualizersFrame" id="visualizers">
<property name="vexpand">true</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="GtkSeparator"/>
</child>
</object> </object>
</child> </child>
<child> <child>