mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:33:24 +00:00
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:
parent
920aa613c9
commit
7b320fc859
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Kirigami.ScrollablePage {
|
|||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
color: Kirigami.Theme.textColor
|
||||
text : message
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue