Changeset 95252 in vbox
- Timestamp:
- Jun 12, 2022 5:29:06 PM (2 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp
r95251 r95252 76 76 static int iZoomPercentageStep = 20; 77 77 const QPair<int, int> zoomPercentageMinMax = QPair<int, int>(20, 300); 78 78 79 79 80 /********************************************************************************************************************************* -
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp
r95251 r95252 54 54 55 55 #ifdef VBOX_WITH_QHELP_VIEWER 56 56 57 57 58 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.