Browse Source

Fix tab order in RSS downloader. Closes #6164.

--HG--
branch : magao-dev
adaptive-webui-19844
Tim Delaney 8 years ago
parent
commit
e37488807b
  1. 6
      src/gui/rss/automatedrssdownloader.ui

6
src/gui/rss/automatedrssdownloader.ui

@ -141,9 +141,6 @@ @@ -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 @@ @@ -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…
Cancel
Save