Changeset 3217 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Jun 21, 2007 4:50:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22184
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r3183 r3217 316 316 317 317 whatsThisLabel->setFixedHeight (whatsThisLabel->frameWidth() * 2 + 318 319 whatsThisLabel->fontMetrics().lineSpacing() * 3);318 6 /* seems that RichText adds some margin */ + 319 whatsThisLabel->fontMetrics().lineSpacing() * 4); 320 320 whatsThisLabel->setMinimumWidth (whatsThisLabel->frameWidth() * 2 + 321 321 6 /* seems that RichText adds some margin */ + -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r3202 r3217 1078 1078 </property> 1079 1079 <property name="whatsThis" stdset="0"> 1080 <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. The third checkbox state means that this setting is determined by the value of the global setting.</string>1080 <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. The grayed checkbox state means that this setting is determined by the value of the global setting.</string> 1081 1081 </property> 1082 1082 </widget> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r3202 r3217 549 549 whatsThisLabel->setFixedHeight (whatsThisLabel->frameWidth() * 2 + 550 550 6 /* seems that RichText adds some margin */ + 551 whatsThisLabel->fontMetrics().lineSpacing() * 3);551 whatsThisLabel->fontMetrics().lineSpacing() * 4); 552 552 whatsThisLabel->setMinimumWidth (whatsThisLabel->frameWidth() * 2 + 553 553 6 /* seems that RichText adds some margin */ +
Note:
See TracChangeset
for help on using the changeset viewer.