mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Try to fix the blurry encryption indicator on high dpi
This commit is contained in:
parent
ffd3d671a7
commit
86796edae8
1 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,7 @@ Pane {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AbstractButton {
|
AbstractButton {
|
||||||
|
id: memberButton
|
||||||
Layout.column: 4
|
Layout.column: 4
|
||||||
Layout.preferredHeight: Nheko.avatarSize - Nheko.paddingMedium
|
Layout.preferredHeight: Nheko.avatarSize - Nheko.paddingMedium
|
||||||
Layout.preferredWidth: Nheko.avatarSize - Nheko.paddingMedium
|
Layout.preferredWidth: Nheko.avatarSize - Nheko.paddingMedium
|
||||||
|
@ -188,6 +189,8 @@ Pane {
|
||||||
unencryptedColor: palette.buttonText
|
unencryptedColor: palette.buttonText
|
||||||
unencryptedHoverColor: palette.highlight
|
unencryptedHoverColor: palette.highlight
|
||||||
unencryptedIcon: ":/icons/icons/ui/people.svg"
|
unencryptedIcon: ":/icons/icons/ui/people.svg"
|
||||||
|
sourceSize.height: memberButton.height
|
||||||
|
sourceSize.width: memberButton.width
|
||||||
}
|
}
|
||||||
|
|
||||||
onClicked: TimelineManager.openRoomMembers(room)
|
onClicked: TimelineManager.openRoomMembers(room)
|
||||||
|
|
Loading…
Reference in a new issue