Fix font sizes
This commit is contained in:
@@ -67,7 +67,7 @@ RowLayout {
|
|||||||
id: displayNameLabel
|
id: displayNameLabel
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: root.connection.localUser.displayName
|
text: root.connection.localUser.displayName
|
||||||
font.pointSize: Kirigami.Settings.isMobile ? Kirigami.Theme.smallFont : Kirigami.Theme.defaultFont
|
font: Kirigami.Settings.isMobile ? Kirigami.Theme.smallFont : Kirigami.Theme.defaultFont
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user