mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:18:43 +02:00
Fix height of Optional Message in Send Money
This commit is contained in:
parent
6148c407a5
commit
9bde9f5a4f
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ Item {
|
|||
anchors.leftMargin: 20;
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: 20;
|
||||
height: 140;
|
||||
height: 95;
|
||||
|
||||
FontLoader { id: firaSansSemiBold; source: "../../../../../fonts/FiraSans-SemiBold.ttf"; }
|
||||
TextArea {
|
||||
|
|
Loading…
Reference in a new issue