EpisodeWidget: Do not display size if it's 0 bytes.

This commit is contained in:
Jordan Petridis
2017-12-23 15:44:28 +02:00
parent 37dbfff766
commit 2d6f02c407
3 changed files with 12 additions and 8 deletions
+1 -2
View File
@@ -104,8 +104,8 @@
</child>
<child>
<object class="GtkLabel" id="separator2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="label" translatable="yes">·</property>
<property name="track_visited_links">False</property>
<style>
@@ -120,7 +120,6 @@
</child>
<child>
<object class="GtkLabel" id="size_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="label" translatable="yes">42 MB</property>