diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-19 14:40:51 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-19 14:40:51 +0800 |
commit | c4dad45e61dc848f794203d00b09688a3c64e66e (patch) | |
tree | bb05ee2d4ecb5c72f3be6bca8f1d16d175ae16e1 | |
parent | 71081be9e52f41175d8be789f58d802d7224bf02 (diff) |
Fix the image height from previous commit
-rw-r--r-- | Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml index 6f4e601..51a7c46 100644 --- a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml +++ b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml @@ -18,7 +18,7 @@ ColumnLayout { Image { Layout.fillWidth: true - Layout.fillHeight: true + Layout.maximumHeight: height source: "https://eduport.webestica.com/assets/images/instructor/01.jpg" fillMode: Image.PreserveAspectFit } |