diff options
author | 0xDEADCADE <69792955+0xDEADCADE@users.noreply.github.com> | 2023-03-22 20:35:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 20:35:30 +0000 |
commit | 541ee8ea942070246c0b3013a90830e94dfea114 (patch) | |
tree | 9ab38dba1b4b308ea3483d06b52d0555ae795b87 /resources/qml/dialogs/PowerLevelEditor.qml | |
parent | Fix encrypted thumbnails (diff) | |
download | nheko-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.qml | 1 |
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); |