Merge pull request #1429 from 0xDEADCADE/patch-2

Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
pull/1430/head
DeepBlueV7.X 2 years ago committed by GitHub
commit eb20ff36d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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);

Loading…
Cancel
Save