Changeset 11694 in vbox
- Timestamp:
- Aug 27, 2008 10:02:09 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35419
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp
r9386 r11694 60 60 61 61 QVBoxLayout *layout = new QVBoxLayout (this); 62 #ifdef Q_WS_MAC 63 layout->setContentsMargins (40, 11, 40, 11); 64 #else /* !Q_WS_MAC */ 62 65 VBoxGlobal::setLayoutMargin (layout, 11); 66 #endif /* !Q_WS_MAC */ 63 67 layout->setSpacing (10); 64 68 layout->setSizeConstraint (QLayout::SetMinimumSize); -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxCloseVMDlg.cpp
r9121 r11694 33 33 Ui::VBoxCloseVMDlg::setupUi (this); 34 34 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 */ 35 41 /* Set fixed size */ 36 42 setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed);
Note:
See TracChangeset
for help on using the changeset viewer.