summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-03-22 20:52:05 +0000
committerGitHub <noreply@github.com>2023-03-22 20:52:05 +0000
commiteb20ff36d44924e62e63472c0c343c348501b6cb (patch)
tree9ab38dba1b4b308ea3483d06b52d0555ae795b87
parentFix encrypted thumbnails (diff)
parentAdd width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs (diff)
downloadnheko-eb20ff36d44924e62e63472c0c343c348501b6cb.tar.xz
Merge pull request #1429 from 0xDEADCADE/patch-2
Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
-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);