mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
[#2574] Increased reply TextInput's height to avoid bottom cutting
This commit is contained in:
parent
0f66508a79
commit
bcfdf8b557
@ -27,7 +27,7 @@ Loader {
|
||||
id: chatReply
|
||||
// childrenRect.height shows a binding loop for some reason, so we use heights instead
|
||||
height: {
|
||||
const h = userImage.height + 2
|
||||
const h = userImage.height + 4
|
||||
if (repliedMessageType === Constants.imageType) {
|
||||
return h + imgReplyImage.height
|
||||
}
|
||||
@ -149,7 +149,7 @@ Loader {
|
||||
font.pixelSize: Style.current.secondaryTextFontSize
|
||||
anchors.left: userImage.left
|
||||
width: root.longReply ? parent.width : implicitWidth
|
||||
height: 18
|
||||
height: 20
|
||||
clip: true
|
||||
z: 51
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user