VirtualBox

Changeset 74686 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2018 3:33:37 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9241: VirtualBox Manager: Details pane: No vertical layout margin for UIDetailsGroup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.cpp

    r74685 r74686  
    105105{
    106106    /* Prepare variables: */
    107     const int iMargin = data(GroupData_Margin).toInt();
    108107    const int iSpacing = data(GroupData_Spacing).toInt();
    109108    const int iMaximumWidth = geometry().size().toSize().width();
    110     int iVerticalIndent = iMargin;
     109    int iVerticalIndent = 0;
    111110
    112111    /* Layout all the sets: */
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