- Timestamp:
- Jan 11, 2018 11:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r69821 r70532 172 172 /* Configure main-layout: */ 173 173 #ifdef VBOX_WS_MAC 174 pMainLayout->setContentsMargins(40, 11, 40, 11);174 pMainLayout->setContentsMargins(40, 20, 40, 20); 175 175 pMainLayout->setSpacing(15); 176 #endif /* VBOX_WS_MAC */ 176 #else 177 pMainLayout->setSpacing(qApp->style()->pixelMetric(QStyle::PM_LayoutVerticalSpacing) * 2); 178 #endif 177 179 /* Create top-layout: */ 178 180 QHBoxLayout *pTopLayout = new QHBoxLayout;
Note:
See TracChangeset
for help on using the changeset viewer.