Skip to content

Commit

Permalink
Merge pull request #174 from dlippok/prepare-v3.1.0
Browse files Browse the repository at this point in the history
Use better supported settings icon
  • Loading branch information
dlippok authored Jul 13, 2024
2 parents 97fd075 + 3252f37 commit af1d303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photometric_viewer/gui/dialogs/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, **kwargs):

self.application_settings_page = Adw.PreferencesPage(
title=_("Application Settings"),
icon_name="settings-symbolic"
icon_name="preferences-system-symbolic"
)
self.add(self.application_settings_page)
self._populate_application_settings_page()
Expand Down

0 comments on commit af1d303

Please sign in to comment.