Changeset 67999 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 17, 2017 2:47:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117009
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.cpp ¶
r67811 r67999 294 294 #ifdef VBOX_WS_MAC 295 295 /* Configure layout: */ 296 pLayoutInterface->setSpacing( 10);296 pLayoutInterface->setSpacing(5); 297 297 pLayoutInterface->setContentsMargins(10, 10, 10, 10); 298 298 #endif … … 587 587 #ifdef VBOX_WS_MAC 588 588 /* Configure layout: */ 589 pLayoutDHCPServer->setSpacing( 10);589 pLayoutDHCPServer->setSpacing(5); 590 590 pLayoutDHCPServer->setContentsMargins(10, 10, 10, 10); 591 591 #endif -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.cpp ¶
r67986 r67999 225 225 #ifdef VBOX_WS_MAC 226 226 /* Configure layout: */ 227 pLayoutOptions->setSpacing( 10);227 pLayoutOptions->setSpacing(5); 228 228 pLayoutOptions->setContentsMargins(10, 10, 10, 10); 229 229 #endif -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp ¶
r67628 r67999 738 738 #ifdef VBOX_WS_MAC 739 739 /* Configure layout: */ 740 m_pLayoutOptions->setSpacing( 10);740 m_pLayoutOptions->setSpacing(5); 741 741 m_pLayoutOptions->setContentsMargins(10, 10, 10, 10); 742 742 #endif
Note:
See TracChangeset
for help on using the changeset viewer.