Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qml/windowed/AppList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ColumnLayout {
id: appCategoryListView

MouseAreaCom {}
nextKeyTabTargetItem: nextKeyTabTarget
KeyNavigation.tab: nextKeyTabTarget
}
}

Expand Down
4 changes: 1 addition & 3 deletions qml/windowed/AppListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.deepin.launchpad.models 1.0
FocusScope {
id: root

property Item nextKeyTabTargetItem
property Item keyTabTarget: listView
property alias model: listView.model

function positionViewAtBeginning() {
Expand Down Expand Up @@ -244,7 +244,6 @@ FocusScope {
ToolTip.delay: 500
ToolTip.visible: hovered && contentItem.implicitWidth > contentItem.width

KeyNavigation.tab: nextKeyTabTargetItem
Drag.dragType: Drag.Automatic
Drag.mimeData: Helper.generateDragMimeData(model.desktopId, true)
Drag.hotSpot.y: height / 2
Expand Down Expand Up @@ -324,7 +323,6 @@ FocusScope {
id: listView

anchors.fill: parent
activeFocusOnTab: true
highlightFollowsCurrentItem: true
// displayMarginBeginning: -45
clip: true
Expand Down