Commit b2d35249 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

remove deleted option from Simple preferences UI.

parent bcdcaf27
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>519</width> <width>518</width>
<height>633</height> <height>598</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
...@@ -254,21 +254,14 @@ ...@@ -254,21 +254,14 @@
<item row="0" column="1" colspan="2" > <item row="0" column="1" colspan="2" >
<widget class="QComboBox" name="artFetcher" /> <widget class="QComboBox" name="artFetcher" />
</item> </item>
<item row="1" column="0" colspan="2" > <item row="1" column="0" >
<widget class="QCheckBox" name="metaFetcher" >
<property name="text" >
<string>_("Fetch the metadata from the Internet")</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QCheckBox" name="updatesBox" > <widget class="QCheckBox" name="updatesBox" >
<property name="text" > <property name="text" >
<string>_("Activate update notifier")</string> <string>_("Activate update notifier")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="2" > <item row="1" column="2" >
<widget class="QSpinBox" name="updatesDays" > <widget class="QSpinBox" name="updatesDays" >
<property name="alignment" > <property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
...@@ -295,7 +288,6 @@ ...@@ -295,7 +288,6 @@
<tabstop>EnqueueOneInterfaceMode</tabstop> <tabstop>EnqueueOneInterfaceMode</tabstop>
<tabstop>assoButton</tabstop> <tabstop>assoButton</tabstop>
<tabstop>artFetcher</tabstop> <tabstop>artFetcher</tabstop>
<tabstop>metaFetcher</tabstop>
<tabstop>updatesBox</tabstop> <tabstop>updatesBox</tabstop>
<tabstop>updatesDays</tabstop> <tabstop>updatesDays</tabstop>
</tabstops> </tabstops>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment