diff --git a/src/Widgets/EntryPopover/Generic.vala b/src/Widgets/EntryPopover/Generic.vala index d5512eebb..9232417b3 100644 --- a/src/Widgets/EntryPopover/Generic.vala +++ b/src/Widgets/EntryPopover/Generic.vala @@ -3,7 +3,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -public abstract class Tasks.Widgets.EntryPopover.Generic : Gtk.EventBox { +public abstract class Tasks.Widgets.EntryPopover.Generic : Gtk.Box { public signal string? value_format (T value); public signal void value_changed (T value);