mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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:
committed by
Richard Purdie
parent
49bd49c7c6
commit
5501713b16
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user