mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: fix positioning of instruments label
This commit is contained in:
@ -11,23 +11,21 @@
|
|||||||
<property name="width_request">125</property>
|
<property name="width_request">125</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkCenterBox">
|
||||||
<property name="orientation">horizontal</property>
|
<property name="orientation">horizontal</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<property name="margin-top">3</property>
|
<property name="margin-top">3</property>
|
||||||
<property name="margin-bottom">3</property>
|
<property name="margin-bottom">3</property>
|
||||||
<property name="margin-start">7</property>
|
<property name="margin-start">7</property>
|
||||||
<property name="margin-end">7</property>
|
<property name="margin-end">7</property>
|
||||||
|
<property name="hexpand">false</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="left-column"/>
|
<class name="left-column"/>
|
||||||
</style>
|
</style>
|
||||||
<child type="center">
|
<child type="center">
|
||||||
<object class="GtkLabel">
|
<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="label" translatable="yes">Instruments</property>
|
||||||
|
<property name="hexpand">true</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="dim-label"/>
|
<class name="dim-label"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user