VirtualBox

Ignore:
Timestamp:
Jul 17, 2017 2:47:02 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117009
Message:

FE/Qt: bugref:8900: A bit of layout fixing on macOS for all the managers.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.cpp

    r67811 r67999  
    294294#ifdef VBOX_WS_MAC
    295295            /* Configure layout: */
    296             pLayoutInterface->setSpacing(10);
     296            pLayoutInterface->setSpacing(5);
    297297            pLayoutInterface->setContentsMargins(10, 10, 10, 10);
    298298#endif
     
    587587#ifdef VBOX_WS_MAC
    588588            /* Configure layout: */
    589             pLayoutDHCPServer->setSpacing(10);
     589            pLayoutDHCPServer->setSpacing(5);
    590590            pLayoutDHCPServer->setContentsMargins(10, 10, 10, 10);
    591591#endif
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.cpp

    r67986 r67999  
    225225#ifdef VBOX_WS_MAC
    226226            /* Configure layout: */
    227             pLayoutOptions->setSpacing(10);
     227            pLayoutOptions->setSpacing(5);
    228228            pLayoutOptions->setContentsMargins(10, 10, 10, 10);
    229229#endif
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp

    r67628 r67999  
    738738#ifdef VBOX_WS_MAC
    739739            /* Configure layout: */
    740             m_pLayoutOptions->setSpacing(10);
     740            m_pLayoutOptions->setSpacing(5);
    741741            m_pLayoutOptions->setContentsMargins(10, 10, 10, 10);
    742742#endif
Note: See TracChangeset for help on using the changeset viewer.

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