Browse Source

- Minor cosmetic changes to program preferences

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
b56dee2a92
  1. 80
      src/ui/options.ui

80
src/ui/options.ui

@ -637,7 +637,7 @@ @@ -637,7 +637,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-27</y>
<width>644</width>
<height>504</height>
</rect>
@ -909,6 +909,19 @@ QGroupBox { @@ -909,6 +909,19 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinMaxActiveDownloads">
<property name="enabled">
@ -925,19 +938,6 @@ QGroupBox { @@ -925,19 +938,6 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
@ -952,6 +952,19 @@ QGroupBox { @@ -952,6 +952,19 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinMaxActiveUploads">
<property name="enabled">
@ -968,19 +981,6 @@ QGroupBox { @@ -968,19 +981,6 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
@ -995,6 +995,19 @@ QGroupBox { @@ -995,6 +995,19 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>381</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QSpinBox" name="spinMaxActiveTorrents">
<property name="enabled">
@ -1011,19 +1024,6 @@ QGroupBox { @@ -1011,19 +1024,6 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>381</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>

Loading…
Cancel
Save