summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-25 22:05:35 +0100
committerMalte E <malte.e@mailbox.org>2022-02-25 22:05:35 +0100
commit22235defac8be139f4ed5764e37f88285e48e7e1 (patch)
treeaa169d2cee8d855265fd14bdb5608c4a86d7e4dc /resources
parentclean up indentation (diff)
downloadnheko-22235defac8be139f4ed5764e37f88285e48e7e1.tar.xz
restore default width and height
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/dialogs/RoomSettings.qml2
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