libsysprof-gtk: use label for better sizing

This commit is contained in:
Christian Hergert
2023-06-12 15:46:30 -07:00
parent 2a95b6fe28
commit b3bd853168

View File

@ -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>