Changeset 68214 in vbox
- Timestamp:
- Aug 1, 2017 7:31:55 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
- 4 copied
-
VirtualBox1.qrc (modified) (1 diff)
-
VirtualBox1_hidpi.qrc (modified) (1 diff)
-
images/hidpi/machine_details_manager_16px_hidpi.png (copied) (copied from trunk/src/VBox/Frontends/VirtualBox/images/hidpi/diskimage_16px_hidpi.png )
-
images/hidpi/machine_details_manager_22px_hidpi.png (copied) (copied from trunk/src/VBox/Frontends/VirtualBox/images/hidpi/diskimage_22px_hidpi.png )
-
images/machine_details_manager_16px.png (copied) (copied from trunk/src/VBox/Frontends/VirtualBox/images/diskimage_16px.png )
-
images/machine_details_manager_22px.png (copied) (copied from trunk/src/VBox/Frontends/VirtualBox/images/diskimage_22px.png )
-
src/selector/UIActionPoolSelector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r67837 r68214 212 212 <file alias="machine_32px.png">images/machine_32px.png</file> 213 213 <file alias="machine_abstract_16px.png">images/machine_abstract_16px.png</file> 214 <file alias="machine_details_manager_16px.png">images/machine_details_manager_16px.png</file> 215 <file alias="machine_details_manager_22px.png">images/machine_details_manager_22px.png</file> 214 216 <file alias="machine_warning_16px.png">images/machine_warning_16px.png</file> 215 217 <file alias="meditation_32px.png">images/meditation_32px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc
r67837 r68214 212 212 <file alias="machine_32px_hidpi.png">images/hidpi/machine_32px_hidpi.png</file> 213 213 <file alias="machine_abstract_16px_hidpi.png">images/hidpi/machine_abstract_16px_hidpi.png</file> 214 <file alias="machine_details_manager_16px_hidpi.png">images/hidpi/machine_details_manager_16px_hidpi.png</file> 215 <file alias="machine_details_manager_22px_hidpi.png">images/hidpi/machine_details_manager_22px_hidpi.png</file> 214 216 <file alias="machine_warning_16px_hidpi.png">images/hidpi/machine_warning_16px_hidpi.png</file> 215 217 <file alias="meditation_32px_hidpi.png">images/hidpi/meditation_32px_hidpi.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r68200 r68214 982 982 UIActionSimpleToolsMachineDetails(UIActionPool *pParent) 983 983 : UIActionSimple(pParent, 984 ":/ session_info_details_16px.png", ":/session_info_details_16px.png",985 ":/ session_info_details_16px.png", ":/session_info_details_16px.png") {}984 ":/machine_details_manager_22px.png", ":/machine_details_manager_16px.png", 985 ":/machine_details_manager_22px.png", ":/machine_details_manager_16px.png") {} 986 986 987 987 protected:
Note:
See TracChangeset
for help on using the changeset viewer.

