sysprof-ui: add missing filtering of processes

The search implementation here is pretty barebones, but at least it gets
things working again after the fallout from the redesign.

Fixes #15
This commit is contained in:
Christian Hergert
2019-10-07 12:57:50 -07:00
parent ee32407b28
commit 1d445c4fad
2 changed files with 100 additions and 7 deletions

View File

@ -245,7 +245,7 @@
<class name="linked"/>
</style>
<child>
<object class="GtkSearchEntry">
<object class="GtkSearchEntry" id="search_entry">
<property name="placeholder-text" translatable="yes">Search Processes…</property>
<property name="visible">true</property>
</object>