diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:16:33 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:16:33 +0700 |
commit | 6fdd464b34a48c8745d22817b4aa6f2abd9e3961 (patch) | |
tree | 305f4570b2e78d8f23cfc87bb4d5b53918baffb8 /pages | |
parent | 931275fe0f0b29372c18a477ceff2624ed867bd1 (diff) |
change font weight to medium
Diffstat (limited to 'pages')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |