VirtualBox

Changeset 14473 in vbox


Ignore:
Timestamp:
Nov 21, 2008 4:39:54 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Use the OS style to emphase the default menu action instead of making bold directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r14472 r14473  
    16891689        return;
    16901690
    1691     QFont fontBold;
    1692     fontBold.setBold (true);
    1693 
    16941691    mShowSelectorAction->setText (tr ("Show Selector Window"));
    16951692    mShowSelectorAction->setStatusTip (tr (
    16961693        "Show the selector window assigned to this menu"));
    1697     mShowSelectorAction->setFont (fontBold);
    16981694
    16991695    mHideSystrayMenuAction->setText (tr ("Hide Tray Icon"));
     
    18731869
    18741870    mTrayIconMenu->addAction (mShowSelectorAction);
     1871    mTrayIconMenu->setDefaultAction (mShowSelectorAction);
    18751872
    18761873    if (mVMModel->rowCount() > 0)
Note: See TracChangeset for help on using the changeset viewer.

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