From 07184122bb7fb9631378b7c8e278ce2ebea3f466 Mon Sep 17 00:00:00 2001 From: wangfei Date: Tue, 9 Jan 2024 10:40:38 +0800 Subject: [PATCH] fix: The issue about uninstall dialog's height set minimumWidth and minimumHeight to dialog Issue: https://github.com/linuxdeepin/developer-center/issues/6687 --- qml/Main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/Main.qml b/qml/Main.qml index 740f5202..c334e40c 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -235,7 +235,8 @@ QtObject { property string appName: "" width: 400 - + minimumWidth: 400 + minimumHeight: 140 ColumnLayout { width: parent.width Label {