Changeset 65602 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 3, 2017 1:47:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp
r65601 r65602 502 502 } 503 503 504 #ifndef VBOX_WS_WIN 505 /* On Windows host that looks ugly, but 506 * On Mac OS X and X11 that deserves it's place. */ 504 #ifdef VBOX_WS_MAC 505 /* On macOS we can do a bit of smoothness: */ 507 506 m_pLayoutNAT->setContentsMargins(0, 0, 0, 0); 508 507 m_pLayoutHostOnly->setContentsMargins(0, 0, 0, 0); 509 #endif /* !VBOX_WS_WIN */508 #endif 510 509 511 510 /* Apply language settings: */
Note:
See TracChangeset
for help on using the changeset viewer.