Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs

Same fix as device verification window
This commit is contained in:
0xDEADCADE 2023-03-22 20:35:30 +00:00 committed by GitHub
parent 3f27a45ef2
commit 541ee8ea94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ ApplicationWindow {
minimumWidth: 300
minimumHeight: 400
height: 600
width: 300
title: qsTr("Permissions in %1").arg(roomSettings.roomName);