Try to fix the blurry encryption indicator on high dpi

pull/1680/merge
Nicolas Werner 12 months ago
parent ffd3d671a7
commit 86796edae8
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 3
      resources/qml/TopBar.qml

@ -160,6 +160,7 @@ Pane {
}
}
AbstractButton {
id: memberButton
Layout.column: 4
Layout.preferredHeight: Nheko.avatarSize - Nheko.paddingMedium
Layout.preferredWidth: Nheko.avatarSize - Nheko.paddingMedium
@ -188,6 +189,8 @@ Pane {
unencryptedColor: palette.buttonText
unencryptedHoverColor: palette.highlight
unencryptedIcon: ":/icons/icons/ui/people.svg"
sourceSize.height: memberButton.height
sourceSize.width: memberButton.width
}
onClicked: TimelineManager.openRoomMembers(room)

Loading…
Cancel
Save