VirtualBox

Changeset 68206 in vbox for trunk/src


Ignore:
Timestamp:
Jul 31, 2017 2:08:47 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8900: Selector UI: Prepend tool tabs, not append them.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r68204 r68206  
    12801280
    12811281    /* Make sure 'Details' and 'Snapshots' Machine tools ares opened at startup for now: */
     1282    actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->trigger();
    12821283    actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Details)->trigger();
    1283     actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->trigger();
    12841284
    12851285    /* Load settings: */
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp

    r68179 r68206  
    317317        connect(pItem, &UITabBarItem::sigCloseClicked, this, &UITabBar::sltHandleChildClose);
    318318        /* Add item into layout and list: */
    319         m_pLayout->addWidget(pItem);
     319        m_pLayout->insertWidget(1, pItem);
    320320        m_aItems << pItem;
    321321        /* Return unique ID: */
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