Changeset 25049 in vbox
- Timestamp:
- Nov 27, 2009 12:39:45 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
VBoxMediaManagerDlg.cpp (modified) (1 diff)
-
VBoxSelectorWnd.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r24557 r25049 608 608 mButtonBox->setMinimumHeight (h + 12); 609 609 #endif 610 #ifdef QT_MAC_USE_COCOA 611 /* There is a bug in Qt Cocoa which result in showing a "more 612 * arrow" when the necessary size of the toolbar is increased. So 613 * manually adjust the size after changing the text. */ 614 mToolBar->adjustSize(); 615 #endif QT_MAC_USE_COCOA 610 616 611 617 if (mDoSelect) -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r24909 r25049 1402 1402 } 1403 1403 #endif 1404 1405 #ifdef QT_MAC_USE_COCOA 1406 /* There is a bug in Qt Cocoa which result in showing a "more 1407 * arrow" when the necessary size of the toolbar is increased. So 1408 * manually adjust the size after changing the text. */ 1409 mVMToolBar->adjustSize(); 1410 #endif QT_MAC_USE_COCOA 1404 1411 } 1405 1412
Note:
See TracChangeset
for help on using the changeset viewer.

