From a3c6dc048b7b173107436f58ff5d40577fe7ed3f Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 18 Feb 2023 18:35:28 +0800 Subject: Edit profile full name font settings --- InstructorEditProfile.ui.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 10cc387..2880e28 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -181,6 +181,10 @@ Flickable { background: Rectangle { color: "transparent" } + font { + family: doesntEmbed ? "Roboto" : regular.name + pointSize: 15 + } } Rectangle { @@ -206,6 +210,10 @@ Flickable { background: Rectangle { color: "transparent" } + font { + family: doesntEmbed ? "Roboto" : regular.name + pointSize: 15 + } } } } -- cgit v1.3