mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +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 {
|
MatrixText {
|
||||||
text: roomSettings.roomName
|
text: roomSettings.roomName
|
||||||
font.pixelSize: fontMetrics.font.pixelSize * 2
|
font.pixelSize: fontMetrics.font.pixelSize * 2
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.fillWidth: true
|
||||||
|
horizontalAlignment: TextEdit.AlignHCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
MatrixText {
|
MatrixText {
|
||||||
|
|
Loading…
Reference in a new issue