VirtualBox

Changeset 83373 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2020 3:07:42 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: Missed search VM icon.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
5 edited
4 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc

    r82958 r83373  
    204204        <file alias="seamless_on_16px.png">images/seamless_on_16px.png</file>
    205205        <file alias="seamless_on_disabled_16px.png">images/seamless_on_disabled_16px.png</file>
     206        <file alias="search_16px.png">images/search_16px.png</file>
    206207        <file alias="select_file_16px.png">images/select_file_16px.png</file>
    207208        <file alias="select_file_disabled_16px.png">images/select_file_disabled_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x2.qrc

    r82958 r83373  
    205205        <file alias="seamless_on_16px_x2.png">images/x2/seamless_on_16px_x2.png</file>
    206206        <file alias="seamless_on_disabled_16px_x2.png">images/x2/seamless_on_disabled_16px_x2.png</file>
     207        <file alias="search_16px_x2.png">images/x2/search_16px_x2.png</file>
    207208        <file alias="select_file_16px_x2.png">images/x2/select_file_16px_x2.png</file>
    208209        <file alias="select_file_disabled_16px_x2.png">images/x2/select_file_disabled_16px_x2.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x3.qrc

    r81328 r83373  
    128128        <file alias="seamless_on_16px_x3.png">images/x3/seamless_on_16px_x3.png</file>
    129129        <file alias="seamless_on_disabled_16px_x3.png">images/x3/seamless_on_disabled_16px_x3.png</file>
     130        <file alias="search_16px_x3.png">images/x3/search_16px_x3.png</file>
    130131        <file alias="select_file_16px_x3.png">images/x3/select_file_16px_x3.png</file>
    131132        <file alias="select_file_disabled_16px_x3.png">images/x3/select_file_disabled_16px_x3.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_x4.qrc

    r81328 r83373  
    128128        <file alias="seamless_on_16px_x4.png">images/x4/seamless_on_16px_x4.png</file>
    129129        <file alias="seamless_on_disabled_16px_x4.png">images/x4/seamless_on_disabled_16px_x4.png</file>
     130        <file alias="search_16px_x4.png">images/x4/search_16px_x4.png</file>
    130131        <file alias="select_file_16px_x4.png">images/x4/select_file_16px_x4.png</file>
    131132        <file alias="select_file_disabled_16px_x4.png">images/x4/select_file_disabled_16px_x4.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp

    r83304 r83373  
    870870    /** Constructs action passing @a pParent to the base-class. */
    871871    UIActionSimpleSelectorMachinePerformSearch(UIActionPool *pParent)
    872         : UIActionSimple(pParent, ":/sort_16px.png", ":/sort_disabled_16px.png")
     872        : UIActionSimple(pParent, ":/search_16px.png", ":/search_16px.png")
    873873    {}
    874874
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette