Fix width of room name to dialog width

This commit is contained in:
tastytea 2022-02-04 20:51:30 +01:00
parent 7b00411dc4
commit 2815ad0408
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ ApplicationWindow {
MatrixText {
text: roomSettings.roomName
font.pixelSize: fontMetrics.font.pixelSize * 2
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
horizontalAlignment: TextEdit.AlignHCenter
}
MatrixText {