mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix tab order in RSS downloader. Closes #6164.
--HG-- branch : magao-dev
This commit is contained in:
parent
ae6a82f814
commit
8c757969f2
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,6 @@
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QLineEdit" name="lineContains"/>
|
<widget class="QLineEdit" name="lineContains"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
|
||||||
<widget class="QLineEdit" name="lineEFilter"/>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
<widget class="QLabel" name="lbl_must_stat">
|
<widget class="QLabel" name="lbl_must_stat">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
@ -157,6 +154,9 @@
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLineEdit" name="lineNotContains"/>
|
<widget class="QLineEdit" name="lineNotContains"/>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<widget class="QLineEdit" name="lineEFilter"/>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue