mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
increase settings window size
This commit is contained in:
parent
35b36e24c1
commit
d0947fd7c4
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ ApplicationWindow {
|
|||
|
||||
property var roomSettings
|
||||
|
||||
minimumWidth: 420
|
||||
minimumHeight: 650
|
||||
minimumWidth: 450
|
||||
minimumHeight: 680
|
||||
palette: Nheko.colors
|
||||
color: Nheko.colors.window
|
||||
modality: Qt.NonModal
|
||||
|
|
Loading…
Reference in a new issue