Changeset 94003 in vbox for trunk/src/VBox
- Timestamp:
- Mar 1, 2022 12:36:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.cpp
r93115 r94003 89 89 90 90 /* Do not forget the margins: */ 91 size += QSize(2 * margin(), 2 * margin()); 91 int iLeft, iTop, iRight, iBottom; 92 getContentsMargins(&iLeft, &iTop, &iRight, &iBottom); 93 size += QSize(iLeft + iRight, iTop + iBottom); 92 94 93 95 /* Return resulting size: */
Note:
See TracChangeset
for help on using the changeset viewer.