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 bb76b3a commit 30d8854Copy full SHA for 30d8854
1 file changed
src/Widgets/SearchBar.vala
@@ -244,13 +244,6 @@ namespace Scratch.Widgets {
244
replace_entry.activate.connect (on_replace_entry_activate);
245
replace_entry.key_press_event.connect (on_replace_entry_key_press);
246
247
- var entry_path = new Gtk.WidgetPath ();
248
- entry_path.append_type (typeof (Gtk.Widget));
249
-
250
- var entry_context = new Gtk.StyleContext ();
251
- entry_context.set_path (entry_path);
252
- entry_context.add_class ("entry");
253
254
var flowbox = new Gtk.FlowBox () {
255
selection_mode = Gtk.SelectionMode.NONE,
256
column_spacing = 6,
0 commit comments