Skip to content

Commit

Permalink
increase MenuButton size
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Feb 13, 2023
1 parent 12a2cda commit 32b6e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpufreq/gui/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class DropDownMenu(Gtk.MenuButton):
def __init__(self, parent):
super().__init__()
self.set_halign(Gtk.Align.END)
self.image = Gtk.Image.new_from_icon_name("open-menu-symbolic", Gtk.IconSize.MENU)
self.image = Gtk.Image.new_from_icon_name("open-menu-symbolic", Gtk.IconSize.LARGE_TOOLBAR)
self.add(self.image)
self.menu = self.build_menu(parent)
self.set_popup(self.menu)
Expand Down

0 comments on commit 32b6e63

Please sign in to comment.