Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp	(revision 59876)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp	(revision 59877)
@@ -729,9 +729,8 @@
     m_pComboParavirtProvider->addItem(gpConverter->toString(KParavirtProvider_KVM), QVariant(KParavirtProvider_KVM));
 
-    /* Hide hardware virtualization settings when raw-mode is not supported: */
+    /* Hide VT-x/AMD-V checkbox when raw-mode is not supported: */
 #ifndef VBOX_WITH_RAW_MODE
-    m_pLabelVirtualization->setVisible(false);
+    m_pWidgetPlaceholder->setVisible(false);
     m_pCheckBoxVirtualization->setVisible(false);
-    m_pCheckBoxNestedPaging->setVisible(false);
 #endif /* !VBOX_WITH_RAW_MODE */
 }
Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui	(revision 59876)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui	(revision 59877)
@@ -575,46 +575,57 @@
        </item>
        <item row="1" column="0">
-        <widget class="QLabel" name="m_pLabelVirtualization">
-         <property name="text">
-          <string>Hardware Virtualization:</string>
-         </property>
-         <property name="alignment">
-          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-         </property>
-        </widget>
+        <layout class="QVBoxLayout" name="m_pVerticalLayout1">
+         <item>
+          <widget class="QLabel" name="m_pLabelVirtualization">
+           <property name="text">
+            <string>Hardware Virtualization:</string>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QWidget" name="m_pWidgetPlaceholder"/>
+         </item>
+        </layout>
        </item>
        <item row="1" column="1">
-        <widget class="QCheckBox" name="m_pCheckBoxVirtualization">
-         <property name="sizePolicy">
-          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
-           <horstretch>1</horstretch>
-           <verstretch>0</verstretch>
-          </sizepolicy>
-         </property>
-         <property name="whatsThis">
-          <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string>
-         </property>
-         <property name="text">
-          <string>Enable &amp;VT-x/AMD-V</string>
-         </property>
-        </widget>
-       </item>
-       <item row="2" column="1">
-        <widget class="QCheckBox" name="m_pCheckBoxNestedPaging">
-         <property name="sizePolicy">
-          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
-           <horstretch>0</horstretch>
-           <verstretch>0</verstretch>
-          </sizepolicy>
-         </property>
-         <property name="whatsThis">
-          <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string>
-         </property>
-         <property name="text">
-          <string>Enable Nested Pa&amp;ging</string>
-         </property>
-        </widget>
-       </item>
-       <item row="3" column="0" colspan="2">
+        <layout class="QVBoxLayout" name="m_pVerticalLayout2">
+         <item>
+          <widget class="QCheckBox" name="m_pCheckBoxVirtualization">
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+             <horstretch>1</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="whatsThis">
+            <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string>
+           </property>
+           <property name="text">
+            <string>Enable &amp;VT-x/AMD-V</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="m_pCheckBoxNestedPaging">
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="whatsThis">
+            <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string>
+           </property>
+           <property name="text">
+            <string>Enable Nested Pa&amp;ging</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item row="2" column="0" colspan="2">
         <spacer name="m_pSpacerVertical4">
          <property name="orientation">
