We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a2cda commit 32b6e63Copy full SHA for 32b6e63
auto_cpufreq/gui/objects.py
@@ -139,7 +139,7 @@ class DropDownMenu(Gtk.MenuButton):
139
def __init__(self, parent):
140
super().__init__()
141
self.set_halign(Gtk.Align.END)
142
- 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)
143
self.add(self.image)
144
self.menu = self.build_menu(parent)
145
self.set_popup(self.menu)
0 commit comments