Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
Geary
Commits
2fb9d461
Commit
2fb9d461
authored
Jan 16, 2021
by
Michael Gratton
Browse files
Convert private properties into fields.
parent
30105fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client/components/components-inspector-log-view.vala
View file @
2fb9d461
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment