Fix error popup focusOnItemTab
This commit is contained in:
parent
308771f0bf
commit
a15a101ce0
|
@ -47,7 +47,7 @@ HColumnPopup {
|
||||||
text: [message, traceback].join("\n\n") || qsTr("No info available")
|
text: [message, traceback].join("\n\n") || qsTr("No info available")
|
||||||
readOnly: true
|
readOnly: true
|
||||||
font.family: theme.fontFamily.mono
|
font.family: theme.fontFamily.mono
|
||||||
focusOnTab: hideCheckBox
|
focusItemOnTab: hideCheckBox
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user