diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-04 08:48:29 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-04 08:48:29 +0100 | 
| commit | 89a18bbb9a42d7bb54efe292bdc4f792176008fb (patch) | |
| tree | 47692551f81a3a89cead54a737af04e55d0fbbe4 | |
| parent | 27e3ae23bcf608e4dabffbd68e54e626423ab64d (diff) | |
gui: move checkbox to top
Users don't see it.
| -rw-r--r-- | gui/process_widget.ui | 17 | 
1 files changed, 8 insertions, 9 deletions
| diff --git a/gui/process_widget.ui b/gui/process_widget.ui index 1415a1e4..3cf2a921 100644 --- a/gui/process_widget.ui +++ b/gui/process_widget.ui @@ -15,6 +15,13 @@    </property>    <layout class="QVBoxLayout" name="verticalLayout">     <item> +    <widget class="QCheckBox" name="enabled"> +     <property name="text"> +      <string>Start profiles from game executable names in this list</string> +     </property> +    </widget> +   </item> +   <item>      <widget class="FancyTable" name="tableWidget">       <property name="sizePolicy">        <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> @@ -121,13 +128,6 @@       </layout>      </widget>     </item> -   <item> -    <widget class="QCheckBox" name="enabled"> -     <property name="text"> -      <string>Start profiles from game executable names in this list</string> -     </property> -    </widget> -   </item>    </layout>   </widget>   <customwidgets> @@ -138,10 +138,9 @@    </customwidget>   </customwidgets>   <tabstops> -  <tabstop>tableWidget</tabstop> +  <tabstop>enabled</tabstop>    <tabstop>add</tabstop>    <tabstop>remove</tabstop> -  <tabstop>enabled</tabstop>   </tabstops>   <resources/>   <connections/> | 
