Changeset 102480 in vbox
- Timestamp:
- Dec 5, 2023 3:26:49 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp
r100896 r102480 610 610 QModelIndex itemIndex = m_pTreeWidget->itemIndex(pMediumItem); 611 611 if (itemIndex.isValid()) 612 m_pTreeWidget->scrollTo(itemIndex, QAbstractItemView:: EnsureVisible);612 m_pTreeWidget->scrollTo(itemIndex, QAbstractItemView::PositionAtCenter); 613 613 } 614 614 }
Note:
See TracChangeset
for help on using the changeset viewer.

