davidmhewitt / torrential

A simple torrent client for elementary OS
GNU General Public License v2.0
143 stars 31 forks source link

Use popover menu for the application menu #161

Closed adithyankv closed 1 year ago

adithyankv commented 2 years ago

The general design choice within elementary OS seems to be to use popover menus for application menus, Torrential however uses the traditional Gtk.Menu. Perhaps change this to use the Gtk.Popover for design consistency?

screenshots usage in code and camera apps for reference popover_issue_demo

davidmhewitt commented 1 year ago

Fixed in #171