EpisodeWidget: prevent title label overflow.

Set label's maximu character width to prevent it and elipsize instead.
This commit is contained in:
Jordan Petridis 2017-12-16 14:58:16 +02:00
parent dbe08f7deb
commit 0653460fb2
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -27,8 +27,9 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Episode Title</property>
<property name="wrap">True</property>
<property name="ellipsize">end</property>
<property name="single_line_mode">True</property>
<property name="max_width_chars">70</property>
<property name="track_visited_links">False</property>
<property name="lines">1</property>
</object>