Hide status field for now, adjust big font size

This commit is contained in:
miruka
2019-07-19 00:10:46 -04:00
parent a3e2233391
commit db3a9efe8a
6 changed files with 32 additions and 20 deletions

View File

@@ -41,14 +41,17 @@ Column {
HLabel {
id: accountLabel
text: userInfo.displayName || model.userId
font.pixelSize: theme.fontSize.big
elide: HLabel.ElideRight
leftPadding: sidePane.currentSpacing
rightPadding: leftPadding
elide: HLabel.ElideRight
Layout.fillWidth: true
}
HTextField {
visible: false // TODO
id: statusEdit
text: userInfo.statusMessage
placeholderText: qsTr("Set status message")