Move recycle bin checkbox to the left side.

This commit is contained in:
Felix Geyer 2012-05-02 16:34:06 +02:00
parent b217475dff
commit f89a2a4045

View File

@ -75,13 +75,6 @@
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="recycleBinEnabledCheckBox">
<property name="text">
<string>Recycle bin</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="defaultUsernameEdit">
<property name="enabled">
@ -96,6 +89,16 @@
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="recycleBinEnabledCheckBox"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Use recycle bin:</string>
</property>
</widget>
</item>
</layout>
</item>
<item>