diff options
Diffstat (limited to 'Sidebar.qml')
| -rw-r--r-- | Sidebar.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Sidebar.qml b/Sidebar.qml index 6c45ccc..fbf1eac 100644 --- a/Sidebar.qml +++ b/Sidebar.qml @@ -122,7 +122,7 @@ Page { onTextChanged: modified = true KeyNavigation.priority: KeyNavigation.BeforeItem - KeyNavigation.tab: events + KeyNavigation.tab: nextItemInFocusChain() Shortcut { id: shortcutDescription @@ -168,8 +168,10 @@ Page { Layout.fillHeight: true Layout.rightMargin: -control.padding + focusPolicy: Qt.StrongFocus padding: 1 rightPadding: 0 + background: Rectangle { color: 'transparent' border.color: events.activeFocus ? palette.highlight : palette.dark |
