Fix height of Optional Message in Send Money

This commit is contained in:
Zach Fox 2018-02-20 12:36:11 -08:00
parent 6148c407a5
commit 9bde9f5a4f

View file

@ -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 {