VirtualBox

Changeset 11694 in vbox


Ignore:
Timestamp:
Aug 27, 2008 10:02:09 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35419
Message:

FE/Qt4-OSX: More space around the sheets.

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp

    r9386 r11694  
    6060
    6161    QVBoxLayout *layout = new QVBoxLayout (this);
     62#ifdef Q_WS_MAC
     63    layout->setContentsMargins (40, 11, 40, 11);
     64#else /* !Q_WS_MAC */
    6265    VBoxGlobal::setLayoutMargin (layout, 11);
     66#endif /* !Q_WS_MAC */
    6367    layout->setSpacing (10);
    6468    layout->setSizeConstraint (QLayout::SetMinimumSize);
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxCloseVMDlg.cpp

    r9121 r11694  
    3333    Ui::VBoxCloseVMDlg::setupUi (this);
    3434
     35#ifdef Q_WS_MAC
     36    /* Make some more space around the content */
     37    hboxLayout->setContentsMargins (40, 0, 40, 0);
     38    /* and more space between the radio buttons */
     39    gridLayout->setSpacing (15);
     40#endif /* Q_WS_MAC */
    3541    /* Set fixed size */
    3642    setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed);
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