DeviceVerification: focus info area by default
This commit is contained in:
		@@ -67,10 +67,6 @@ HFlickableColumnPage {
 | 
				
			|||||||
        CancelButton {
 | 
					        CancelButton {
 | 
				
			||||||
            id: cancelButton
 | 
					            id: cancelButton
 | 
				
			||||||
            onClicked: page.close()
 | 
					            onClicked: page.close()
 | 
				
			||||||
            Component.onCompleted: {
 | 
					 | 
				
			||||||
                page.previouslyFocused = window.activeFocusItem
 | 
					 | 
				
			||||||
                forceActiveFocus()
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -132,6 +128,11 @@ HFlickableColumnPage {
 | 
				
			|||||||
            formatInfo(qsTr("Session key: "), "<b>"+page.ed25519Key+"</b>")
 | 
					            formatInfo(qsTr("Session key: "), "<b>"+page.ed25519Key+"</b>")
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Component.onCompleted: {
 | 
				
			||||||
 | 
					            page.previouslyFocused = window.activeFocusItem
 | 
				
			||||||
 | 
					            forceActiveFocus()
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        Layout.fillWidth: true
 | 
					        Layout.fillWidth: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user