mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix width of room name to dialog width
This commit is contained in:
parent
7b00411dc4
commit
2815ad0408
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue