diff options
author | Malte E <malte.e@mailbox.org> | 2022-02-25 22:05:35 +0100 |
---|---|---|
committer | Malte E <malte.e@mailbox.org> | 2022-02-25 22:05:35 +0100 |
commit | 22235defac8be139f4ed5764e37f88285e48e7e1 (patch) | |
tree | aa169d2cee8d855265fd14bdb5608c4a86d7e4dc /resources | |
parent | clean up indentation (diff) | |
download | nheko-22235defac8be139f4ed5764e37f88285e48e7e1.tar.xz |
restore default width and height
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/dialogs/RoomSettings.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/dialogs/RoomSettings.qml b/resources/qml/dialogs/RoomSettings.qml index 04e964a9..d0b2601c 100644 --- a/resources/qml/dialogs/RoomSettings.qml +++ b/resources/qml/dialogs/RoomSettings.qml @@ -19,6 +19,8 @@ ApplicationWindow { minimumWidth: 340 minimumHeight: 340 + width: 450 + height: 680 palette: Nheko.colors color: Nheko.colors.window modality: Qt.NonModal |