VirtualBox

Changeset 66914 in vbox


Ignore:
Timestamp:
May 16, 2017 3:27:23 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115440
Message:

FE/Qt: bugref:8847: Host Network Manager: Adjust layout a bit on macOS.

File:
1 edited

Legend:

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

    r66910 r66914  
    281281                /* Add into layout: */
    282282                pLayoutInterface->addLayout(pLayoutAutomatic, 0, 0, 1, 3);
     283#ifdef VBOX_WS_MAC
     284                pLayoutInterface->setRowMinimumHeight(0, 22);
     285#endif
    283286            }
    284287
     
    312315                /* Add into layout: */
    313316                pLayoutInterface->addLayout(pLayoutManual, 1, 0, 1, 3);
     317#ifdef VBOX_WS_MAC
     318                pLayoutInterface->setRowMinimumHeight(1, 22);
     319#endif
    314320            }
    315321
     
    523529                /* Add into layout: */
    524530                pLayoutDHCPServer->addWidget(m_pCheckBoxDHCP, 0, 0, 1, 2);
     531#ifdef VBOX_WS_MAC
     532                pLayoutDHCPServer->setRowMinimumHeight(0, 22);
     533#endif
    525534            }
    526535
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