mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #14237 from crackwitz/master
Allow tab to escape the text box in "Edit trackers" dialog
This commit is contained in:
commit
198f832c3d
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue