Fixed radius issue of the chat input box. Fixes #1612

This commit is contained in:
staked-smart-ace 2021-01-15 00:16:04 +04:00 committed by Iuri Matias
parent 7230cdf7c7
commit c6c8ed0858
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ Rectangle {
height: scrollView.height
color: Style.current.inputBackground
radius: control.isStatusUpdateInput ? 36 :
height > defaultInputFieldHeight || extendedArea.visible ? 16 : 32
height > defaultInputFieldHeight + 1 || extendedArea.visible ? 16 : 32
Rectangle {
id: extendedArea