mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-29 14:21:57 +00:00
Qt: Add button icons to InputBindingDialog
This commit is contained in:
parent
dea15b4ad3
commit
6c7032c9b7
@ -151,6 +151,9 @@
|
||||
<property name="text">
|
||||
<string>Add Binding</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="add-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -158,6 +161,9 @@
|
||||
<property name="text">
|
||||
<string>Remove Binding</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="minus-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -165,6 +171,9 @@
|
||||
<property name="text">
|
||||
<string>Clear Bindings</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="trash-fill"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user