mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-15 20:51:39 +03:00
Fix tab order in RSS downloader. Closes #6164.
--HG-- branch : magao-dev
This commit is contained in:
parent
88b2b26007
commit
e37488807b
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,6 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="lineContains"/>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="lineEFilter"/>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QLabel" name="lbl_must_stat">
|
||||
<property name="maximumSize">
|
||||
|
@ -157,6 +154,9 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="lineNotContains"/>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="lineEFilter"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue