- Timestamp:
- Jul 31, 2017 2:08:47 PM (7 years ago)
- 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 1280 1280 1281 1281 /* Make sure 'Details' and 'Snapshots' Machine tools ares opened at startup for now: */ 1282 actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->trigger(); 1282 1283 actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Details)->trigger(); 1283 actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->trigger();1284 1284 1285 1285 /* Load settings: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp
r68179 r68206 317 317 connect(pItem, &UITabBarItem::sigCloseClicked, this, &UITabBar::sltHandleChildClose); 318 318 /* Add item into layout and list: */ 319 m_pLayout-> addWidget(pItem);319 m_pLayout->insertWidget(1, pItem); 320 320 m_aItems << pItem; 321 321 /* Return unique ID: */
Note:
See TracChangeset
for help on using the changeset viewer.