diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 11:01:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 11:01:58 +0800 |
commit | 4fd95ccfd457ad1808cf380d3d3e8880c6324cb5 (patch) | |
tree | 6bd207ef7f7ea3b7e97f9ab07363c173c1182d03 | |
parent | 0219bef26a39424af4c57212fbe259b84e5d0734 (diff) |
Border radius of rectangle (line) is half
because top & bottom will be added to 1
-rw-r--r-- | InstructorEditProfile.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |