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"> <property name="text">
<string>Reset To Default</string> <string>Reset To Default</string>
</property> </property>
<property name="icon">
<iconset theme="restart-line"/>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>

View File

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

View File

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