Merge pull request #1429 from 0xDEADCADE/patch-2
Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
This commit is contained in:
commit
eb20ff36d4
@ -21,6 +21,7 @@ ApplicationWindow {
|
||||
minimumWidth: 300
|
||||
minimumHeight: 400
|
||||
height: 600
|
||||
width: 300
|
||||
|
||||
title: qsTr("Permissions in %1").arg(roomSettings.roomName);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user