Changeset 89254 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 24, 2021 5:12:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp
r89253 r89254 1430 1430 if (node()->hasNodes()) 1431 1431 { 1432 /* Prepare variables: */ 1433 const int iSpacingV = data(GroupItemData_ChildrenSpacing).toInt(); 1434 1432 1435 /* We have to take maximum children height into account: */ 1433 1436 iProposedHeight += m_pContainerFavorite->minimumSizeHint().height(); 1434 1437 iProposedHeight += m_pContainer->minimumSizeHint().height(); 1438 iProposedHeight += iSpacingV; 1435 1439 } 1436 1440 }
Note:
See TracChangeset
for help on using the changeset viewer.