Changeset 10369 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 8, 2008 1:45:39 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33009
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp
r10328 r10369 367 367 /* No spacing/margin on the mac */ 368 368 VBoxGlobal::setLayoutMargin (centralLayout, 0); 369 mainLayout->insertSpacing (0, 10); 369 370 VBoxGlobal::setLayoutMargin (mainLayout, 0); 370 371 #else /* MAC_LEOPARD_STYLE */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r10229 r10369 479 479 leftVLayout->setSpacing (0); 480 480 rightVLayout->setSpacing (0); 481 rightVLayout->insertSpacing (0, 10); 481 482 #else /* MAC_LEOPARD_STYLE */ 482 483 leftVLayout->addWidget(vmTools);
Note:
See TracChangeset
for help on using the changeset viewer.