Changeset 67998 in vbox
- Timestamp:
- Jul 17, 2017 1:57:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117008
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp
r67969 r67998 1501 1501 { 1502 1502 /* Create tab layout: */ 1503 new QVBoxLayout(pTab);1504 AssertPtrReturnVoid(p Tab->layout());1503 QVBoxLayout *pLayout = new QVBoxLayout(pTab); 1504 AssertPtrReturnVoid(pLayout); 1505 1505 { 1506 #ifdef VBOX_WS_MAC 1507 /* Configure layout: */ 1508 pLayout->setContentsMargins(10, 10, 10, 10); 1509 #endif 1510 1506 1511 /* Prepare tree-widget: */ 1507 1512 prepareTreeWidget(type, type == UIMediumType_HardDisk ? 3 : 2);
Note:
See TracChangeset
for help on using the changeset viewer.