- Timestamp:
- Oct 8, 2018 3:33:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.cpp
r74685 r74686 105 105 { 106 106 /* Prepare variables: */ 107 const int iMargin = data(GroupData_Margin).toInt();108 107 const int iSpacing = data(GroupData_Spacing).toInt(); 109 108 const int iMaximumWidth = geometry().size().toSize().width(); 110 int iVerticalIndent = iMargin;109 int iVerticalIndent = 0; 111 110 112 111 /* Layout all the sets: */
Note:
See TracChangeset
for help on using the changeset viewer.