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

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