Merge pull request #1427 from 0xDEADCADE/patch-1

Add width to device verification window
This commit is contained in:
DeepBlueV7.X 2023-03-21 21:35:25 +00:00 committed by GitHub
commit 50314bd2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ ApplicationWindow {
minimumHeight: stack.currentItem.implicitHeight + 2 * Nheko.paddingLarge
height: stack.currentItem.implicitHeight + 2 * Nheko.paddingMedium
minimumWidth: 400
width: 400
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
background: Rectangle {