summaryrefslogtreecommitdiffstats
path: root/src/private/TabBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/private/TabBar.qml')
-rw-r--r--src/private/TabBar.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/private/TabBar.qml b/src/private/TabBar.qml
index a96ee1005..266d20e1a 100644
--- a/src/private/TabBar.qml
+++ b/src/private/TabBar.qml
@@ -51,6 +51,8 @@ FocusScope {
height: tabrow.height
width: tabrow.width
+ activeFocusOnTab: true
+
Keys.onRightPressed: {
if (tabView && tabView.currentIndex < tabView.count - 1)
tabView.currentIndex = tabView.currentIndex + 1