mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 00:36:19 +00:00
fix(StatusPinMessageDetails): correct spacing
Fixes status-im/status-desktop#7305
This commit is contained in:
parent
d707bceb14
commit
819c401579
@ -40,6 +40,7 @@ Loader {
|
||||
}
|
||||
|
||||
contentItem: RowLayout {
|
||||
spacing: 4
|
||||
StatusIcon {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.preferredWidth: 16
|
||||
@ -56,7 +57,6 @@ Loader {
|
||||
}
|
||||
StatusBaseText {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.leftMargin: -4
|
||||
color: Theme.palette.directColor1
|
||||
font.pixelSize: 13
|
||||
font.weight: Font.Medium
|
||||
|
Loading…
x
Reference in New Issue
Block a user