Changeset 89159 in vbox
- Timestamp:
- May 19, 2021 11:54:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.cpp
r89144 r89159 297 297 pPreviewElement->updateLayout(); 298 298 } 299 300 /* Set layout update procedure cause hints to be invalidated, 301 * so we have to update geometry to recalculate them: */ 302 updateGeometry(); 299 303 } 300 304 … … 580 584 } 581 585 /* Minus last spacing: */ 582 iMinimumHeightHintInGroup -= iSpacing; 583 iMinimumHeightHintOutGroup -= iSpacing; 586 if (iMinimumHeightHintInGroup > 0) 587 iMinimumHeightHintInGroup -= iSpacing; 588 if (iMinimumHeightHintOutGroup > 0) 589 iMinimumHeightHintOutGroup -= iSpacing; 584 590 585 591 /* Append minimum height of Preview and Preview group: */
Note:
See TracChangeset
for help on using the changeset viewer.