fix(ProfileCard): add elide to GECOS name

This commit is contained in:
Lysec
2026-03-27 15:18:44 +01:00
parent 4d31d05248
commit 8a3aafc69f
+6
View File
@@ -36,12 +36,17 @@ NBox {
ColumnLayout {
Layout.fillWidth: true
Layout.minimumWidth: 0
spacing: Style.marginXXS
NText {
Layout.fillWidth: true
Layout.minimumWidth: 0
text: HostService.displayName
font.weight: Style.fontWeightBold
}
NText {
Layout.fillWidth: true
Layout.minimumWidth: 0
text: I18n.tr("system.uptime", {
"uptime": uptimeText
})
@@ -52,6 +57,7 @@ NBox {
RowLayout {
spacing: Style.marginS
Layout.fillWidth: false
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
Item {
Layout.fillWidth: true