VirtualBox

Changeset 53290 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 10, 2014 1:34:37 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: Windows: Global properties: Network page: Port-forwarding sub-dialog: Layout fix.

File:
1 edited

Legend:

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

    r52730 r53290  
    510510    {
    511511        /* Configure layout: */
    512         pMainLayout->setMargin(0);
     512#ifndef Q_WS_WIN
     513        /* On Windows host that looks ugly, but
     514         * On Mac OS X and X11 that deserves it's place. */
     515        pMainLayout->setContentsMargins(0, 0, 0, 0);
     516#endif /* !Q_WS_WIN */
    513517        pMainLayout->setSpacing(3);
    514518        /* Create model: */
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