Remove auto-default property from wide graph button

This avoid accidental palette switches by hitting ENTER.
This commit is contained in:
Bill Somerville 2020-05-17 23:29:11 +01:00
parent 24bd0f807f
commit a65bffb00b
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@
<property name="text">
<string>Adjust...</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>