Skip to content
Snippets Groups Projects
Unverified Commit 2815ad04 authored by tastytea's avatar tastytea
Browse files

Fix width of room name to dialog width

parent 7b00411d
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment