From 4fd95ccfd457ad1808cf380d3d3e8880c6324cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 18 Feb 2023 11:01:58 +0800 Subject: Border radius of rectangle (line) is half because top & bottom will be added to 1 --- InstructorEditProfile.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InstructorEditProfile.ui.qml') diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 9267a08..6d454ac 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -66,7 +66,7 @@ Flickable { Layout.fillWidth: true height: 1 border { - width: 1 + width: .5 color: "#0a000000" } -- cgit v1.2.3