VirtualBox

Ignore:
Timestamp:
Jun 21, 2007 4:50:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22184
Message:

FE/Qt: Improved whatsthis wording; increased the default height of the whatsthis pane to 4 lines (instead of 3).

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  
    316316
    317317    whatsThisLabel->setFixedHeight (whatsThisLabel->frameWidth() * 2 +
    318                                       6 /* seems that RichText adds some margin */ +
    319                                       whatsThisLabel->fontMetrics().lineSpacing() * 3);
     318                                    6 /* seems that RichText adds some margin */ +
     319                                    whatsThisLabel->fontMetrics().lineSpacing() * 4);
    320320    whatsThisLabel->setMinimumWidth (whatsThisLabel->frameWidth() * 2 +
    321321                                     6 /* seems that RichText adds some margin */ +
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r3202 r3217  
    10781078                                                    </property>
    10791079                                                    <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>
    10811081                                                    </property>
    10821082                                                </widget>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

    r3202 r3217  
    549549    whatsThisLabel->setFixedHeight (whatsThisLabel->frameWidth() * 2 +
    550550                                    6 /* seems that RichText adds some margin */ +
    551                                     whatsThisLabel->fontMetrics().lineSpacing() * 3);
     551                                    whatsThisLabel->fontMetrics().lineSpacing() * 4);
    552552    whatsThisLabel->setMinimumWidth (whatsThisLabel->frameWidth() * 2 +
    553553                                     6 /* seems that RichText adds some margin */ +
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette