- Timestamp:
- Oct 8, 2018 12:57:24 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager/details
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.cpp
r74677 r74679 21 21 22 22 /* Qt includes: */ 23 # include <QApplication>24 # include <QStyle>25 23 # include <QVBoxLayout> 26 24 … … 54 52 if (pMainLayout) 55 53 { 56 const int iL = qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin) / 9; 57 pMainLayout->setContentsMargins(iL, 0, 0, 0); 54 pMainLayout->setContentsMargins(0, 0, 0, 0); 58 55 pMainLayout->setSpacing(0); 59 56 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h
r74677 r74679 23 23 24 24 /* Forward declartions: */ 25 class QVBoxLayout; 26 class QWidget; 25 class QString; 27 26 class UIDetailsModel; 28 27 class UIDetailsView;
Note:
See TracChangeset
for help on using the changeset viewer.