Set a maximum width on member profile avatar

This commit is contained in:
miruka 2020-07-10 16:45:31 -04:00
parent c53aa5ffa9
commit 159f4e3d15
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# TODO # TODO
- profile max avatar width - account can't see another's status message once it goes offline
- retrieve last seen time for offline members on hover/in profile - retrieve last seen time for offline members on hover/in profile
- auto-away after a configurable idle time - auto-away after a configurable idle time
- status based on process detection - status based on process detection

View File

@ -55,6 +55,7 @@ HListView {
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true Layout.fillWidth: true
Layout.maximumWidth: 256 * theme.uiScale
Layout.preferredHeight: width Layout.preferredHeight: width
Layout.topMargin: theme.spacing Layout.topMargin: theme.spacing