summary refs log tree commit diff
path: root/resources/qml/dialogs/PowerLevelEditor.qml
diff options
context:
space:
mode:
author0xDEADCADE <69792955+0xDEADCADE@users.noreply.github.com>2023-03-22 20:35:30 +0000
committerGitHub <noreply@github.com>2023-03-22 20:35:30 +0000
commit541ee8ea942070246c0b3013a90830e94dfea114 (patch)
tree9ab38dba1b4b308ea3483d06b52d0555ae795b87 /resources/qml/dialogs/PowerLevelEditor.qml
parentFix encrypted thumbnails (diff)
downloadnheko-541ee8ea942070246c0b3013a90830e94dfea114.tar.xz
Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
Same fix as device verification window
Diffstat (limited to '')
-rw-r--r--resources/qml/dialogs/PowerLevelEditor.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/dialogs/PowerLevelEditor.qml b/resources/qml/dialogs/PowerLevelEditor.qml
index 048672e4..7125c712 100644
--- a/resources/qml/dialogs/PowerLevelEditor.qml
+++ b/resources/qml/dialogs/PowerLevelEditor.qml
@@ -21,6 +21,7 @@ ApplicationWindow {
     minimumWidth: 300
     minimumHeight: 400
     height: 600
+    width: 300
 
     title: qsTr("Permissions in %1").arg(roomSettings.roomName);