Changeset 108101 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 6, 2025 3:19:06 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167399
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsManagerWidget.cpp
r108083 r108101 220 220 /* Configure layout: */ 221 221 m_pLayout->setContentsMargins(0, 0, 0, 0); 222 #ifdef VBOX_WS_MAC223 222 m_pLayout->setSpacing(0); 224 #endif225 223 226 224 /* Create tool-menu: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineManagerWidget.cpp
r107353 r108101 400 400 { 401 401 /* Configure layout: */ 402 pLayout->setContentsMargins(0, 0, 0, 0); 402 403 pLayout->setSpacing(0); 403 pLayout->setContentsMargins(0, 0, 0, 0);404 404 405 405 /* Create splitter: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerAdvancedWidget.cpp
r108084 r108101 360 360 /* Configure layout: */ 361 361 pLayout->setContentsMargins(0, 0, 0, 0); 362 #ifdef VBOX_WS_MAC363 362 pLayout->setSpacing(0); 364 #endif365 363 366 364 /* Create Global Tool Manager: */
Note:
See TracChangeset
for help on using the changeset viewer.