mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #1427 from 0xDEADCADE/patch-1
Add width to device verification window
This commit is contained in:
commit
50314bd2dd
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue