From 6fdd464b34a48c8745d22817b4aa6f2abd9e3961 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 3 Sep 2019 11:16:33 +0700 Subject: change font weight to medium --- pages/CreateProfileForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'pages/CreateProfileForm.ui.qml') diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 402563b..4e4487a 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -36,6 +36,7 @@ Rectangle { Label { id: title text: qsTr("Create Profile") + font.weight: Font.Medium wrapMode: Text.WordWrap color: "#000" font.family: "Google Sans" -- cgit v1.2.3