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