- Timestamp:
- Sep 23, 2016 2:44:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIDesktopPane.cpp
r63952 r63977 175 175 /* Create main layout: */ 176 176 QVBoxLayout *pMainLayout = new QVBoxLayout(m_pErrBox); 177 #ifdef VBOX_WS_MAC 178 pMainLayout->setContentsMargins(5, 5, 5, 5); 179 #else /* VBOX_WS_MAC */ 177 #if defined(VBOX_WS_MAC) 178 pMainLayout->setContentsMargins(4, 5, 5, 5); 179 #elif defined(VBOX_WS_WIN) 180 pMainLayout->setContentsMargins(3, 5, 5, 0); 181 #elif defined(VBOX_WS_X11) 180 182 pMainLayout->setContentsMargins(0, 5, 5, 5); 181 #endif /* !VBOX_WS_MAC */183 #endif 182 184 pMainLayout->setSpacing(10); 183 185
Note:
See TracChangeset
for help on using the changeset viewer.