Convert private properties into fields.
This commit is contained in:
parent
30105fd4c2
commit
2fb9d46103
1 changed files with 2 additions and 2 deletions
|
|
@ -66,10 +66,10 @@ public class Components.InspectorLogView : Gtk.Grid {
|
|||
}
|
||||
|
||||
[GtkChild]
|
||||
private Hdy.SearchBar search_bar { get; }
|
||||
private Hdy.SearchBar search_bar;
|
||||
|
||||
[GtkChild]
|
||||
private Gtk.SearchEntry search_entry { get; }
|
||||
private Gtk.SearchEntry search_entry;
|
||||
|
||||
[GtkChild]
|
||||
private Gtk.ListBox sidebar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue