|
@@ -277,7 +277,7 @@ ApplicationWindow {
|
|
|
sourceSize.width: Style.headerButtonIconSize
|
|
sourceSize.width: Style.headerButtonIconSize
|
|
|
sourceSize.height: Style.headerButtonIconSize
|
|
sourceSize.height: Style.headerButtonIconSize
|
|
|
}
|
|
}
|
|
|
- Label {
|
|
|
|
|
|
|
+ EnforcedPlainTextLabel {
|
|
|
Layout.leftMargin: 14
|
|
Layout.leftMargin: 14
|
|
|
text: qsTr("Add account")
|
|
text: qsTr("Add account")
|
|
|
color: Style.ncTextColor
|
|
color: Style.ncTextColor
|
|
@@ -446,7 +446,7 @@ ApplicationWindow {
|
|
|
Layout.fillWidth: true
|
|
Layout.fillWidth: true
|
|
|
Layout.maximumWidth: parent.width
|
|
Layout.maximumWidth: parent.width
|
|
|
|
|
|
|
|
- Label {
|
|
|
|
|
|
|
+ EnforcedPlainTextLabel {
|
|
|
id: currentAccountUser
|
|
id: currentAccountUser
|
|
|
Layout.alignment: Qt.AlignLeft | Qt.AlignBottom
|
|
Layout.alignment: Qt.AlignLeft | Qt.AlignBottom
|
|
|
width: Style.currentAccountLabelWidth
|
|
width: Style.currentAccountLabelWidth
|
|
@@ -466,14 +466,14 @@ ApplicationWindow {
|
|
|
spacing: Style.accountLabelsSpacing
|
|
spacing: Style.accountLabelsSpacing
|
|
|
width: parent.width
|
|
width: parent.width
|
|
|
|
|
|
|
|
- Label {
|
|
|
|
|
|
|
+ EnforcedPlainTextLabel {
|
|
|
id: emoji
|
|
id: emoji
|
|
|
visible: UserModel.currentUser.statusEmoji !== ""
|
|
visible: UserModel.currentUser.statusEmoji !== ""
|
|
|
width: Style.userStatusEmojiSize
|
|
width: Style.userStatusEmojiSize
|
|
|
text: UserModel.currentUser.statusEmoji
|
|
text: UserModel.currentUser.statusEmoji
|
|
|
textFormat: Text.PlainText
|
|
textFormat: Text.PlainText
|
|
|
}
|
|
}
|
|
|
- Label {
|
|
|
|
|
|
|
+ EnforcedPlainTextLabel {
|
|
|
id: message
|
|
id: message
|
|
|
Layout.alignment: Qt.AlignLeft | Qt.AlignBottom
|
|
Layout.alignment: Qt.AlignLeft | Qt.AlignBottom
|
|
|
Layout.fillWidth: true
|
|
Layout.fillWidth: true
|