mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5bc6922c14
commit
c3dae07d83
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user