Update tooltip icon

This commit is contained in:
kramo
2023-04-05 13:16:20 +02:00
parent 415ebb8844
commit 329fe098c5
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -136,9 +136,9 @@ def create_details_window(parent_widget, game_id=None):
developer_group.add(developer) developer_group.add(developer)
exec_info_button = Gtk.ToggleButton( exec_info_button = Gtk.ToggleButton(
icon_name="dialog-information-symbolic", icon_name="help-about-symbolic",
valign=Gtk.Align.CENTER, valign=Gtk.Align.CENTER,
css_classes=["flat", "circular"], css_classes=["flat"],
) )
# Translate this string as you would translate "file" # Translate this string as you would translate "file"