mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 06:10:12 +00:00
Qt: Add button icons to InputBindingDialog
This commit is contained in:
parent
e469e33aac
commit
74f697eb62
@ -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