libsysprof-gtk: ensure you can't focus/target the timecode label

This commit is contained in:
Christian Hergert
2023-07-05 14:05:52 -07:00
parent 866a4fac6c
commit a479bded04

View File

@ -158,7 +158,13 @@
<child>
<object class="GtkLabel" id="timecode">
<property name="css-name">timecode</property>
<property name="can-focus">false</property>
<property name="can-target">false</property>
<property name="visible">false</property>
<property name="xalign">.5</property>
<property name="single-line-mode">true</property>
<property name="width-chars">10</property>
<property name="max-width-chars">10</property>
<style>
<class name="pill"/>
</style>