mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +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
|
borderWidth: 1
|
||||||
implicitHeight: 290
|
implicitHeight: 290
|
||||||
implicitWidth: 305
|
implicitWidth: 324+2*borderWidth
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
dropShadow: d.highlight
|
dropShadow: d.highlight
|
||||||
borderColor: d.highlight ? Style.current.background : Style.current.border
|
borderColor: d.highlight ? Style.current.background : Style.current.border
|
||||||
@ -45,6 +45,7 @@ CalloutCard {
|
|||||||
Layout.rightMargin: d.bannerImageMargins
|
Layout.rightMargin: d.bannerImageMargins
|
||||||
Layout.topMargin: d.bannerImageMargins
|
Layout.topMargin: d.bannerImageMargins
|
||||||
Layout.preferredHeight: 170
|
Layout.preferredHeight: 170
|
||||||
|
Layout.preferredWidth: 324
|
||||||
active: !!d.bannerImageSource
|
active: !!d.bannerImageSource
|
||||||
sourceComponent: StatusImage {
|
sourceComponent: StatusImage {
|
||||||
id: bannerImage
|
id: bannerImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user