We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a87949 commit cbc0fb0Copy full SHA for cbc0fb0
src/flatpost.py
@@ -597,7 +597,7 @@ def create_header_bar(self):
597
refresh_metadata_button.set_size_request(26, 26) # 40x40 pixels
598
refresh_metadata_button.get_style_context().add_class("app-action-button")
599
refresh_metadata_button.set_tooltip_text("Refresh metadata")
600
- refresh_metadata_button_icon = Gio.Icon.new_for_string('system-reboot-symbolic')
+ refresh_metadata_button_icon = Gio.Icon.new_for_string('view-refresh-symbolic')
601
refresh_metadata_button.set_image(Gtk.Image.new_from_gicon(refresh_metadata_button_icon, Gtk.IconSize.BUTTON))
602
refresh_metadata_button.connect("clicked", self.on_refresh_metadata_button_clicked)
603
0 commit comments