Skip to content

Commit

Permalink
fix kangaroo menu popup position on wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
samlane-ma committed Jul 18, 2024
1 parent c56207d commit c2e8f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions budgie-kangaroo/budgie_kangaroo.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def __init__(self, uuid):
self.menu.connect("button-press-event", self.open_onthree)
box = Gtk.EventBox()
self.add(box)
self.menu.attach_to_widget(box)
icon = Gtk.Image.new_from_icon_name(
"budgie-foldertrack-symbolic", Gtk.IconSize.MENU
)
Expand Down

0 comments on commit c2e8f8b

Please sign in to comment.