mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
libsysprof-gtk: use label for better sizing
This commit is contained in:
@ -215,9 +215,12 @@
|
|||||||
<interface>
|
<interface>
|
||||||
<template class="GtkListItem">
|
<template class="GtkListItem">
|
||||||
<property name="child">
|
<property name="child">
|
||||||
<object class="GtkInscription">
|
<object class="GtkLabel">
|
||||||
<property name="xalign">1.</property>
|
<property name="xalign">1.</property>
|
||||||
<binding name="text">
|
<attributes>
|
||||||
|
<attribute name="font-features" value="'tnum'"/>
|
||||||
|
</attributes>
|
||||||
|
<binding name="label">
|
||||||
<lookup name="pid" type="SysprofDocumentFrame">
|
<lookup name="pid" type="SysprofDocumentFrame">
|
||||||
<lookup name="item">GtkListItem</lookup>
|
<lookup name="item">GtkListItem</lookup>
|
||||||
</lookup>
|
</lookup>
|
||||||
|
|||||||
Reference in New Issue
Block a user