diff options
author | Chris Robinson <[email protected]> | 2015-10-11 12:03:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-11 12:03:50 -0700 |
commit | f33d6a5211e6a538e76ab58150501d7fbb0635eb (patch) | |
tree | 23b60e0d95ab6bd97864fb5234a92b0a872af9a7 /utils | |
parent | b859f1bdc3fc1c288dd041ebbcf33a54e99be82a (diff) |
Reformat the CPU Extensions' checkboxes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 7747f16f..4226a0b4 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -725,7 +725,7 @@ be useful for preventing those extensions from being used.</string> <widget class="QCheckBox" name="enableSSECheckBox"> <property name="geometry"> <rect> - <x>180</x> + <x>100</x> <y>20</y> <width>71</width> <height>31</height> @@ -742,7 +742,7 @@ be useful for preventing those extensions from being used.</string> <property name="geometry"> <rect> <x>180</x> - <y>50</y> + <y>20</y> <width>71</width> <height>31</height> </rect> @@ -757,8 +757,8 @@ be useful for preventing those extensions from being used.</string> <widget class="QCheckBox" name="enableNeonCheckBox"> <property name="geometry"> <rect> - <x>180</x> - <y>80</y> + <x>220</x> + <y>50</y> <width>71</width> <height>31</height> </rect> @@ -773,7 +773,7 @@ be useful for preventing those extensions from being used.</string> <widget class="QCheckBox" name="enableSSE41CheckBox"> <property name="geometry"> <rect> - <x>260</x> + <x>340</x> <y>20</y> <width>71</width> <height>31</height> @@ -790,7 +790,7 @@ be useful for preventing those extensions from being used.</string> <property name="geometry"> <rect> <x>260</x> - <y>50</y> + <y>20</y> <width>71</width> <height>31</height> </rect> |