marks: tweak ellipsize to avoid resizes

This commit is contained in:
Christian Hergert
2019-08-01 00:16:11 -07:00
parent 52e587a0cb
commit 21643c71bf

View File

@ -120,7 +120,8 @@
<object class="GtkLabel" id="mark">
<property name="visible">true</property>
<property name="xalign">0</property>
<property name="wrap">true</property>
<property name="max-width-chars">5</property>
<property name="ellipsize">end</property>
</object>
<packing>
<property name="top-attach">1</property>