diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2020-01-08 04:44:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:22 +0000 |
| commit | 5501713b16549a908bf31940a14a4250a46b797d (patch) | |
| tree | 30ff0fac02f1bd7d76523c86351ae0746441c2e4 /scripts/oe-pkgdata-browser.glade | |
| parent | 49bd49c7c63b9f7ef8f062da32de11171776a461 (diff) | |
| download | poky-5501713b16549a908bf31940a14a4250a46b797d.tar.gz | |
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>
Diffstat (limited to 'scripts/oe-pkgdata-browser.glade')
| -rw-r--r-- | scripts/oe-pkgdata-browser.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/oe-pkgdata-browser.glade b/scripts/oe-pkgdata-browser.glade index 04e987b975..a6aae60bdd 100644 --- a/scripts/oe-pkgdata-browser.glade +++ b/scripts/oe-pkgdata-browser.glade | |||
| @@ -289,12 +289,12 @@ | |||
| 289 | </object> | 289 | </object> |
| 290 | </child> | 290 | </child> |
| 291 | <child> | 291 | <child> |
| 292 | <object class="GtkTreeViewColumn" id="treeviewcolumn4"> | 292 | <object class="GtkTreeViewColumn" id="file_size_column"> |
| 293 | <property name="title" translatable="yes">Size</property> | 293 | <property name="title" translatable="yes">Size</property> |
| 294 | <property name="sort_indicator">True</property> | 294 | <property name="sort_indicator">True</property> |
| 295 | <property name="sort_column_id">1</property> | 295 | <property name="sort_column_id">1</property> |
| 296 | <child> | 296 | <child> |
| 297 | <object class="GtkCellRendererText" id="cellrenderertext4"/> | 297 | <object class="GtkCellRendererText" id="file_size_cell"/> |
| 298 | <attributes> | 298 | <attributes> |
| 299 | <attribute name="text">1</attribute> | 299 | <attribute name="text">1</attribute> |
| 300 | </attributes> | 300 | </attributes> |
