From c4dad45e61dc848f794203d00b09688a3c64e66e 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: Sun, 19 Mar 2023 14:40:51 +0800 Subject: Fix the image height from previous commit --- Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml') 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 } -- cgit v1.2.3