aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-11 19:20:04 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-11 21:17:57 +0100
commit7b320fc8596434cbd424c1a6f16b3c97b08697b3 (patch)
tree741a45728bfbf5427674dc0a648955097554584c
parent920aa613c9a422d3f232b355524db7f5a7f0342f (diff)
downloadsubsurface-7b320fc8596434cbd424c1a6f16b3c97b08697b3.tar.gz
Mobile QML: set fontsize for developer log
Just set the fontsize to something sane. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-rw-r--r--mobile-widgets/qml/Log.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml
index e39eb5e5c..f784ce3cf 100644
--- a/mobile-widgets/qml/Log.qml
+++ b/mobile-widgets/qml/Log.qml
@@ -30,6 +30,7 @@ Kirigami.ScrollablePage {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
color: Kirigami.Theme.textColor
text : message
+ font.pointSize: subsurfaceTheme.smallPointSize
}
}
}