Mobile QML: set fontsize for developer log

Just set the fontsize to something sane.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-02-11 19:20:04 +01:00
parent 920aa613c9
commit 7b320fc859

View file

@ -30,6 +30,7 @@ Kirigami.ScrollablePage {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
color: Kirigami.Theme.textColor
text : message
font.pointSize: subsurfaceTheme.smallPointSize
}
}
}