libsysprof-ui: fix positioning of instruments label

This commit is contained in:
Christian Hergert
2022-04-01 16:32:23 -07:00
parent 79fe38a832
commit b8bfc5c516

View File

@ -11,23 +11,21 @@
<property name="width_request">125</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox">
<object class="GtkCenterBox">
<property name="orientation">horizontal</property>
<property name="visible">true</property>
<property name="margin-top">3</property>
<property name="margin-bottom">3</property>
<property name="margin-start">7</property>
<property name="margin-end">7</property>
<property name="hexpand">false</property>
<style>
<class name="left-column"/>
</style>
<child type="center">
<object class="GtkLabel">
<property name="margin_start">6</property>
<property name="margin_end">6</property>
<property name="margin_top">3</property>
<property name="margin_bottom">3</property>
<property name="label" translatable="yes">Instruments</property>
<property name="hexpand">true</property>
<style>
<class name="dim-label"/>
</style>