We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6205d8 commit cd7acbdCopy full SHA for cd7acbd
src/Widgets/Headerbar/Search.vala
@@ -19,6 +19,8 @@ public class Monitor.Search : Gtk.Box {
19
placeholder_text = _("Search Process")
20
};
21
22
+ append (search_entry);
23
+
24
this.process_tree_view = window.process_view.process_tree_view;
25
26
filter_model = new Gtk.TreeModelFilter (window.process_view.treeview_model, null);
0 commit comments