Fix tab navigation
This commit is contained in:
parent
b5ae104bcd
commit
17a7e0108b
4 changed files with 5 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue