- Timestamp:
- Aug 31, 2018 10:52:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp
r73997 r73999 830 830 831 831 /* Prepare body indent: */ 832 iPreviousVerticalIndent = 3* iVerticalMargin + iFullHeaderHeight;832 iPreviousVerticalIndent = 2 * iVerticalMargin + iFullHeaderHeight; 833 833 } 834 834 … … 1469 1469 if (fGroupOpened) 1470 1470 { 1471 /* We should take into spacing between header and body: */1472 iProposedHeight += iVerticalMargin;1473 1471 /* And every existing child height: */ 1474 1472 foreach (UIChooserItem *pItem, items())
Note:
See TracChangeset
for help on using the changeset viewer.