mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Add width to device verification window
Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers.
This commit is contained in:
parent
7d5c0b7822
commit
ac842845bd
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