mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
Same fix as device verification window
This commit is contained in:
parent
3f27a45ef2
commit
541ee8ea94
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ ApplicationWindow {
|
||||||
minimumWidth: 300
|
minimumWidth: 300
|
||||||
minimumHeight: 400
|
minimumHeight: 400
|
||||||
height: 600
|
height: 600
|
||||||
|
width: 300
|
||||||
|
|
||||||
title: qsTr("Permissions in %1").arg(roomSettings.roomName);
|
title: qsTr("Permissions in %1").arg(roomSettings.roomName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue