GUI: fixed default button in HexEditDialog
This commit is contained in:
parent
955ef47b6d
commit
7295f356ee
|
@ -56,6 +56,9 @@
|
|||
<property name="text">
|
||||
<string>&OK</string>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="4">
|
||||
|
|
Loading…
Reference in New Issue