9,10c9,10
<     <width>410</width>
<     <height>410</height>
---
>     <width>291</width>
>     <height>250</height>
14c14
<    <item row="1" column="0">
---
>    <item row="0" column="0">
115c115
<    <item row="3" column="0">
---
>    <item row="1" column="0">
182,306d181
<       </item>
<      </layout>
<     </widget>
<    </item>
<    <item row="2" column="0">
<     <widget class="QGroupBox" name="groupBox_3">
<      <property name="title">
<       <string>Jump Sizes</string>
<      </property>
<      <layout class="QGridLayout" name="gridLayout_9">
<       <item row="3" column="1">
<        <widget class="QSpinBox" name="kcfg_jump_short">
<         <property name="toolTip">
<          <string>The length of a short jump, in seconds.</string>
<         </property>
<         <property name="whatsThis">
<          <string>The length of a short jump, in seconds.</string>
<         </property>
<         <property name="suffix">
<          <string> s</string>
<         </property>
<         <property name="minimum">
<          <number>0</number>
<         </property>
<         <property name="maximum">
<          <number>99999999</number>
<         </property>
<         <property name="value">
<          <number>10</number>
<         </property>
<        </widget>
<       </item>
<       <item row="4" column="1">
<        <widget class="QSpinBox" name="kcfg_jump_medium">
<         <property name="toolTip">
<          <string>The length of a medium jump, in seconds.</string>
<         </property>
<         <property name="whatsThis">
<          <string>The length of a medium jump, in seconds.</string>
<         </property>
<         <property name="suffix">
<          <string> s</string>
<         </property>
<         <property name="minimum">
<          <number>0</number>
<         </property>
<         <property name="maximum">
<          <number>99999999</number>
<         </property>
<         <property name="value">
<          <number>60</number>
<         </property>
<        </widget>
<       </item>
<       <item row="2" column="1">
<        <widget class="QSpinBox" name="kcfg_jump_veryshort">
<         <property name="toolTip">
<          <string>The length of a very short jump, in seconds.</string>
<         </property>
<         <property name="whatsThis">
<          <string>The length of a very short jump, in seconds.</string>
<         </property>
<         <property name="buttonSymbols">
<          <enum>QAbstractSpinBox::UpDownArrows</enum>
<         </property>
<         <property name="suffix">
<          <string> s</string>
<         </property>
<         <property name="minimum">
<          <number>0</number>
<         </property>
<         <property name="maximum">
<          <number>99999999</number>
<         </property>
<         <property name="value">
<          <number>5</number>
<         </property>
<        </widget>
<       </item>
<       <item row="2" column="0">
<        <widget class="QLabel" name="jumpLabel_1">
<         <property name="text">
<          <string>Very Short Jump Length</string>
<         </property>
<        </widget>
<       </item>
<       <item row="5" column="1">
<        <widget class="QSpinBox" name="kcfg_jump_long">
<         <property name="toolTip">
<          <string>The length of a long jump, in seconds.</string>
<         </property>
<         <property name="whatsThis">
<          <string>The length of a long jump, in seconds.</string>
<         </property>
<         <property name="suffix">
<          <string> s</string>
<         </property>
<         <property name="minimum">
<          <number>0</number>
<         </property>
<         <property name="value">
<          <number>300</number>
<         </property>
<        </widget>
<       </item>
<       <item row="3" column="0">
<        <widget class="QLabel" name="jumpLabel_2">
<         <property name="text">
<          <string>Short Jump Length</string>
<         </property>
<        </widget>
<       </item>
<       <item row="4" column="0">
<        <widget class="QLabel" name="jumpLabel_3">
<         <property name="text">
<          <string>Medium Jump Length</string>
<         </property>
<        </widget>
<       </item>
<       <item row="5" column="0">
<        <widget class="QLabel" name="jumpLabel_4">
<         <property name="text">
<          <string>Long Jump Length</string>
<         </property>
<        </widget>
