Changeset 79997 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 26, 2019 11:13:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.cpp
r79982 r79997 512 512 { 513 513 /* Prepare editor: */ 514 UIBaseMemoryEditor *pEditor = new UIBaseMemoryEditor(pPopup );514 UIBaseMemoryEditor *pEditor = new UIBaseMemoryEditor(pPopup, true /* with label */); 515 515 if (pEditor) 516 516 {
Note:
See TracChangeset
for help on using the changeset viewer.