Changeset 90562 in vbox
- Timestamp:
- Aug 7, 2021 11:04:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.cpp
r90552 r90562 509 509 void UINotificationCenter::adjustGeometry() 510 510 { 511 /* Make sure parent exists: */ 512 QWidget *pParent = parentWidget(); 513 if (!pParent) 514 return; 511 515 /* Acquire parent width and height: */ 512 QWidget *pParent = parentWidget();513 516 const int iParentWidth = pParent->width(); 514 517 const int iParentHeight = pParent->height();
Note:
See TracChangeset
for help on using the changeset viewer.