VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:45:26 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3948: Mini-ToolBar for Full-screen & Seamless modes - animation speed twice increased.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMiniToolBar.cpp

    r20393 r20397  
    4848    , mAlignment (aAlignment)
    4949    , mAnimated (true)
    50     , mScrollDelay (20)
     50    , mScrollDelay (10)
    5151    , mAutoScrollDelay (100)
    5252    , mAutoHideTotalCounter (10)
     
    119119        insertAction (mInsertPosition, action);
    120120        if (QToolButton *button = qobject_cast <QToolButton*> (widgetForAction (action)))
     121        {
    121122            button->setPopupMode (QToolButton::InstantPopup);
     123            button->setAutoRaise (true);
     124        }
    122125        if (i != aMenus.size() - 1)
    123126            mSpacings << widgetForAction (insertWidget (mInsertPosition, new QWidget (this)));
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