diff --git a/src/configdialog.ui b/src/configdialog.ui
--- a/src/configdialog.ui
+++ b/src/configdialog.ui
@@ -128,84 +128,46 @@
           </widget>
          </item>
          <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_6">
-           <property name="topMargin">
-            <number>0</number>
+          <widget class="QCheckBox" name="checkBoxHideContent">
+           <property name="text">
+            <string>Hide content</string>
            </property>
+          </widget>
+         </item>
+         <item>
+          <layout class="QHBoxLayout" name="horizontalLayout_7">
            <item>
-            <widget class="QCheckBox" name="checkBoxHideContent">
+            <widget class="QCheckBox" name="checkBoxAutoclearPanel">
              <property name="text">
-              <string>Hide content</string>
+              <string>Autoclear panel after:</string>
              </property>
             </widget>
            </item>
            <item>
-            <layout class="QHBoxLayout" name="horizontalLayout_7">
-             <item>
-              <widget class="QCheckBox" name="checkBoxAutoclearPanel">
-               <property name="text">
-                <string>Autoclear panel after:</string>
-               </property>
-              </widget>
-             </item>
-             <item>
-              <widget class="QSpinBox" name="spinBoxAutoclearPanelSeconds">
-               <property name="minimum">
-                <number>5</number>
-               </property>
-               <property name="value">
-                <number>10</number>
-               </property>
-              </widget>
-             </item>
-             <item>
-              <widget class="QLabel" name="labelPanelSeconds">
-               <property name="minimumSize">
-                <size>
-                 <width>55</width>
-                 <height>0</height>
-                </size>
-               </property>
-               <property name="text">
-                <string>Seconds</string>
-               </property>
-              </widget>
-             </item>
-            </layout>
-           </item>
-           <item>
-            <spacer name="horizontalSpacer_5">
-             <property name="orientation">
-              <enum>Qt::Horizontal</enum>
-             </property>
-             <property name="sizeHint" stdset="0">
-              <size>
-               <width>40</width>
-               <height>20</height>
-              </size>
+            <widget class="QSpinBox" name="spinBoxAutoclearPanelSeconds">
+             <property name="minimum">
+              <number>5</number>
              </property>
-            </spacer>
-           </item>
-          </layout>
-         </item>
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_19">
-           <item>
-            <widget class="QCheckBox" name="checkBoxDisplayAsIs">
-             <property name="text">
-              <string>Display the files content as-is</string>
+             <property name="value">
+              <number>10</number>
              </property>
             </widget>
            </item>
            <item>
-            <widget class="QCheckBox" name="checkBoxNoLineWrapping">
+            <widget class="QLabel" name="labelPanelSeconds">
+             <property name="minimumSize">
+              <size>
+               <width>55</width>
+               <height>0</height>
+              </size>
+             </property>
              <property name="text">
-              <string>No line wrapping</string>
+              <string>Seconds</string>
              </property>
             </widget>
            </item>
            <item>
-            <spacer name="horizontalSpacer_9">
+            <spacer name="horizontalSpacer_5">
              <property name="orientation">
               <enum>Qt::Horizontal</enum>
              </property>
@@ -219,6 +181,20 @@
            </item>
           </layout>
          </item>
+         <item>
+          <widget class="QCheckBox" name="checkBoxDisplayAsIs">
+           <property name="text">
+            <string>Display the files content as-is</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="checkBoxNoLineWrapping">
+           <property name="text">
+            <string>No line wrapping</string>
+           </property>
+          </widget>
+         </item>
         </layout>
        </item>
        <item>