We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993333f commit d170d07Copy full SHA for d170d07
auto_cpufreq/gui/objects.py
@@ -139,11 +139,6 @@ class DropDownMenu(Gtk.MenuButton):
139
def __init__(self, parent):
140
super().__init__()
141
self.set_halign(Gtk.Align.END)
142
- img_buffer = GdkPixbuf.Pixbuf.new_from_file_at_scale(
143
- filename="/usr/local/share/auto-cpufreq/images/menu.png",
144
- width=25,
145
- height=25,
146
- preserve_aspect_ratio=True)
147
self.image = Gtk.Image.new_from_icon_name("open-menu-symbolic", Gtk.IconSize.MENU)
148
self.add(self.image)
149
self.menu = self.build_menu(parent)
0 commit comments