VirtualBox

Changeset 89254 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 24, 2021 5:12:54 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10003: Chooser pane layout needs a bit of space to show last top-level item frame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp

    r89253 r89254  
    14301430        if (node()->hasNodes())
    14311431        {
     1432            /* Prepare variables: */
     1433            const int iSpacingV = data(GroupItemData_ChildrenSpacing).toInt();
     1434
    14321435            /* We have to take maximum children height into account: */
    14331436            iProposedHeight += m_pContainerFavorite->minimumSizeHint().height();
    14341437            iProposedHeight += m_pContainer->minimumSizeHint().height();
     1438            iProposedHeight += iSpacingV;
    14351439        }
    14361440    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette