mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: ensure you can't focus/target the timecode label
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user