Changeset 107285 in vbox
- Timestamp:
- Dec 11, 2024 12:55:06 PM (5 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r107148 r107285 88 88 IMAGES := 89 89 # FORMS and TRANSLATIONS are reset further down. 90 91 92 # 93 # Build GUI with advanced widgets. 94 # 95 #VBOX_GUI_WITH_ADVANCED_WIDGETS := 1 90 96 91 97 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIManagerDefs.h
r106061 r107285 33 33 34 34 35 /** Force the GUI to use advanced widgets. */ 36 //#define VBOX_GUI_WITH_ADVANCED_WIDGETS 37 38 35 39 /** Virtual machine item types. */ 36 40 enum UIVirtualMachineItemType
Note:
See TracChangeset
for help on using the changeset viewer.