mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
marks: tweak ellipsize to avoid resizes
This commit is contained in:
@ -120,7 +120,8 @@
|
|||||||
<object class="GtkLabel" id="mark">
|
<object class="GtkLabel" id="mark">
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="wrap">true</property>
|
<property name="max-width-chars">5</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="top-attach">1</property>
|
<property name="top-attach">1</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user