- Timestamp:
- Dec 19, 2024 2:53:04 PM (4 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsManagerWidget.cpp
r107386 r107387 220 220 /* Configure layout: */ 221 221 m_pLayout->setContentsMargins(0, 0, 0, 0); 222 #ifdef VBOX_WS_MAC 223 m_pLayout->setSpacing(0); 224 #endif 222 225 223 226 /* Create tool-menu: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerAdvancedWidget.cpp
r107386 r107387 360 360 /* Configure layout: */ 361 361 pLayout->setContentsMargins(0, 0, 0, 0); 362 #ifdef VBOX_WS_MAC 363 pLayout->setSpacing(0); 364 #endif 362 365 363 366 /* Create Global Tool Manager: */
Note:
See TracChangeset
for help on using the changeset viewer.