Changeset 65759 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 13, 2017 11:19:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp
r64804 r65759 822 822 { 823 823 /* Configure layout: */ 824 #ifndef VBOX_WS_WIN 825 /* On Windows host that looks ugly, but 826 * On Mac OS X and X11 that deserves it's place. */ 824 #ifdef VBOX_WS_MAC 825 /* On macOS we can do a bit of smoothness: */ 827 826 pMainLayout->setContentsMargins(0, 0, 0, 0); 828 #endif /* !VBOX_WS_WIN */827 #endif 829 828 pMainLayout->setSpacing(3); 830 829 /* Create table: */
Note:
See TracChangeset
for help on using the changeset viewer.