Skip to content

Commit

Permalink
Don't use eventbox
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 10, 2024
1 parent 2f74089 commit 2b31a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/EntryPopover/Generic.vala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/

public abstract class Tasks.Widgets.EntryPopover.Generic<T> : Gtk.EventBox {
public abstract class Tasks.Widgets.EntryPopover.Generic<T> : Gtk.Box {
public signal string? value_format (T value);
public signal void value_changed (T value);

Expand Down

0 comments on commit 2b31a30

Please sign in to comment.