oe-pkgdata-browser: Show file sizes in a human readable format

Just like the package sizes already are shown.

(From OE-Core rev: 8e7a4328a3123e2bcc7fe5fc9d27e4e92160fbb9)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt
2020-01-08 04:44:52 +01:00
committed by Richard Purdie
parent 49bd49c7c6
commit 5501713b16
2 changed files with 4 additions and 2 deletions

View File

@@ -289,12 +289,12 @@
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
<object class="GtkTreeViewColumn" id="file_size_column">
<property name="title" translatable="yes">Size</property>
<property name="sort_indicator">True</property>
<property name="sort_column_id">1</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext4"/>
<object class="GtkCellRendererText" id="file_size_cell"/>
<attributes>
<attribute name="text">1</attribute>
</attributes>