mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets/qml: clean whitespace in main.qml
Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
6212bb6721
commit
e92dbe7974
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@ Kirigami.ApplicationWindow {
|
||||||
FontMetrics {
|
FontMetrics {
|
||||||
id: fontMetrics
|
id: fontMetrics
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
manager.appendTextToLog("Using the following font: " + fontMetrics.font.family
|
manager.appendTextToLog("Using the following font: " + fontMetrics.font.family +
|
||||||
+ " at " + subsurfaceTheme.basePointSize + "pt" +
|
" at " + subsurfaceTheme.basePointSize + "pt" +
|
||||||
" with mobile_scale: " + PrefDisplay.mobile_scale)
|
" with mobile_scale: " + PrefDisplay.mobile_scale)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
visible: false
|
visible: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue