Browse Source

Allow tab to escape the text box in "Edit trackers" dialog

adaptive-webui-19844
Christoph Rackwitz 4 years ago
parent
commit
1fe1fa9eac
  1. 6
      src/gui/trackerentriesdialog.ui

6
src/gui/trackerentriesdialog.ui

@ -27,7 +27,11 @@ @@ -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>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">

Loading…
Cancel
Save