Allow tab to escape the text box in "Edit trackers" dialog
@ -27,7 +27,11 @@
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="plainTextEdit"/>
<widget class="QPlainTextEdit" name="plainTextEdit">
<attribute name="tabChangesFocus">
<bool>true</bool>
</attribute>
<widget class="QDialogButtonBox" name="buttonBox">