Changeset 20397 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 8, 2009 12:45:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMiniToolBar.cpp
r20393 r20397 48 48 , mAlignment (aAlignment) 49 49 , mAnimated (true) 50 , mScrollDelay ( 20)50 , mScrollDelay (10) 51 51 , mAutoScrollDelay (100) 52 52 , mAutoHideTotalCounter (10) … … 119 119 insertAction (mInsertPosition, action); 120 120 if (QToolButton *button = qobject_cast <QToolButton*> (widgetForAction (action))) 121 { 121 122 button->setPopupMode (QToolButton::InstantPopup); 123 button->setAutoRaise (true); 124 } 122 125 if (i != aMenus.size() - 1) 123 126 mSpacings << widgetForAction (insertWidget (mInsertPosition, new QWidget (this)));
Note:
See TracChangeset
for help on using the changeset viewer.