mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
fix: Messages: Change unfurl image crop aspect ratio to align with Open (#14682)
Graph Fixes: 13379
This commit is contained in:
parent
ed33f21828
commit
6caea1c56e
@ -28,7 +28,7 @@ CalloutCard {
|
||||
|
||||
borderWidth: 1
|
||||
implicitHeight: 290
|
||||
implicitWidth: 305
|
||||
implicitWidth: 324+2*borderWidth
|
||||
hoverEnabled: true
|
||||
dropShadow: d.highlight
|
||||
borderColor: d.highlight ? Style.current.background : Style.current.border
|
||||
@ -45,6 +45,7 @@ CalloutCard {
|
||||
Layout.rightMargin: d.bannerImageMargins
|
||||
Layout.topMargin: d.bannerImageMargins
|
||||
Layout.preferredHeight: 170
|
||||
Layout.preferredWidth: 324
|
||||
active: !!d.bannerImageSource
|
||||
sourceComponent: StatusImage {
|
||||
id: bannerImage
|
||||
|
Loading…
x
Reference in New Issue
Block a user