Add file size indication based on rss item length.

This commit is contained in:
Jordan Petridis
2017-12-14 15:32:21 +02:00
parent a7208b0c61
commit e3b540170a
2 changed files with 22 additions and 1 deletions
+13 -1
View File
@@ -51,6 +51,18 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="size_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">42 mb</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkImage" id="an_indicator">
<property name="can_focus">False</property>
@@ -59,7 +71,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
</object>