Changeset 72706 in vbox
- Timestamp:
- Jun 27, 2018 3:43:14 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123235
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/logviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h
r72701 r72706 45 45 public: 46 46 UIVMLogViewerDialogFactory(const CMachine &machine); 47 47 48 48 protected: 49 49 /** Creates derived @a pDialog instance. -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp
r72702 r72706 221 221 setMinimumHeight(m_pRemoveTermButton->minimumHeight()); 222 222 else if (!m_pClearAllButton) 223 setMinimumHeight(m_pClearAllButton->minimumHeight()); 223 setMinimumHeight(m_pClearAllButton->minimumHeight()); 224 224 } 225 225
Note:
See TracChangeset
for help on using the changeset viewer.