mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
sysprof: keep size column more stable
This commit is contained in:
@ -120,7 +120,8 @@
|
|||||||
<template class="GtkListItem">
|
<template class="GtkListItem">
|
||||||
<property name="child">
|
<property name="child">
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">1</property>
|
||||||
|
<property name="width-chars">8</property>
|
||||||
<binding name="label">
|
<binding name="label">
|
||||||
<closure type="gchararray" function="format_size">
|
<closure type="gchararray" function="format_size">
|
||||||
<lookup name="size" type="SysprofDocumentFile">
|
<lookup name="size" type="SysprofDocumentFile">
|
||||||
|
|||||||
Reference in New Issue
Block a user