diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 0612a385..7747f16f 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -711,7 +711,7 @@ value currently possible is 4.</string> <x>10</x> <y>150</y> <width>511</width> - <height>91</height> + <height>121</height> </rect> </property> <property name="toolTip"> @@ -757,8 +757,8 @@ be useful for preventing those extensions from being used.</string> <widget class="QCheckBox" name="enableNeonCheckBox"> <property name="geometry"> <rect> - <x>260</x> - <y>50</y> + <x>180</x> + <y>80</y> <width>71</width> <height>31</height> </rect> @@ -786,6 +786,22 @@ be useful for preventing those extensions from being used.</string> <bool>true</bool> </property> </widget> + <widget class="QCheckBox" name="enableSSE3CheckBox"> + <property name="geometry"> + <rect> + <x>260</x> + <y>50</y> + <width>71</width> + <height>31</height> + </rect> + </property> + <property name="text"> + <string>SSE3</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> </widget> </widget> <widget class="QWidget" name="tab"> |