summaryrefslogtreecommitdiff
path: root/Label/Body.ui.qml
blob: 3ee93b9a5a17b17e63ab0572bc6dfcbce8ef2678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.15
import QtQuick.Controls 2.15
import Eduport 1.4

Label {
	wrapMode: Label.Wrap
	font {
		family: Eduport.bodyFont.family
		weight: Eduport.bodyFont.weight
		pointSize: Eduport.bodyFont.pointSize
	}
}