Update tooltip icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 140 KiB |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user