Changeset 104673 in vbox
- Timestamp:
- May 16, 2024 10:54:04 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp
r104445 r104673 681 681 m_pToolBar->setContextMenuPolicy(Qt::CustomContextMenu); 682 682 m_pToolBar->setUseTextLabels(true); 683 #if defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)683 #ifdef VBOX_WS_MAC 684 684 /* Branding stuff for Qt6 beta: */ 685 685 if (UIVersionInfo::showBetaLabel()) 686 686 { 687 # ifdef VBOX_WS_MAC688 687 m_pToolBar->emulateMacToolbar(); 689 # endif /* VBOX_WS_MAC */690 688 m_pToolBar->enableBranding(UIIconPool::iconSet(":/explosion_hazard_32px.png"), 691 689 "Dev Preview", // do we need to make it NLS? … … 693 691 74 /* width of BETA label */); 694 692 } 695 #endif /* defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)*/693 #endif /* VBOX_WS_MAC */ 696 694 697 695 /* Add toolbar into layout: */
Note:
See TracChangeset
for help on using the changeset viewer.