Qt: Use restart-line icon for "restore defaults" buttons

This commit is contained in:
Davide Pesavento 2025-06-08 19:32:31 -04:00 committed by Connor McLaughlin
parent a4977f986c
commit c7052a1903
3 changed files with 7 additions and 4 deletions

View File

@ -153,6 +153,9 @@
<property name="text">
<string>Reset To Default</string>
</property>
<property name="icon">
<iconset theme="restart-line"/>
</property>
</widget>
</item>
</layout>

View File

@ -258,7 +258,7 @@
<string>Reset Volume</string>
</property>
<property name="icon">
<iconset theme="refresh-line"/>
<iconset theme="restart-line"/>
</property>
</widget>
</item>
@ -310,7 +310,7 @@
<string>Reset Fast Forward Volume</string>
</property>
<property name="icon">
<iconset theme="refresh-line"/>
<iconset theme="restart-line"/>
</property>
</widget>
</item>

View File

@ -120,7 +120,7 @@
<string>Reset</string>
</property>
<property name="icon">
<iconset theme="refresh-line"/>
<iconset theme="restart-line"/>
</property>
</widget>
</item>
@ -130,7 +130,7 @@
<string>Reset</string>
</property>
<property name="icon">
<iconset theme="refresh-line"/>
<iconset theme="restart-line"/>
</property>
</widget>
</item>