Disallow tabs in the account notes field.

While using the tab key to navigate the fields of the edit account
dialogue, it stops in the notes field as it accepts tabs so by
disallowing use keyboard navigation can proceed.
This commit is contained in:
Robert Fewell 2018-12-03 11:33:54 +00:00
parent 5bc6922c14
commit c3dae07d83

View File

@ -1253,6 +1253,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="wrap_mode">word</property>
<property name="accepts_tab">False</property>
</object>
</child>
</object>