VirtualBox

Changeset 65759 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 13, 2017 11:19:45 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: Global properties: Network page: NAT Networks tab: Port Forwarding dialog: Merge tab and table frames only on macOS (s.a. r113273).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp

    r64804 r65759  
    822822    {
    823823        /* 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: */
    827826        pMainLayout->setContentsMargins(0, 0, 0, 0);
    828 #endif /* !VBOX_WS_WIN */
     827#endif
    829828        pMainLayout->setSpacing(3);
    830829        /* Create table: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette