diff options
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r-- | mobile-widgets/qml/Log.qml | 1 |
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 } } } |