Skip to content

Commit

Permalink
fix: The issue about uninstall dialog's height
Browse files Browse the repository at this point in the history
set minimumWidth and minimumHeight to dialog

Issue: linuxdeepin/developer-center#6687
  • Loading branch information
FeiWang1119 committed Jan 10, 2024
1 parent 331c269 commit bdbb1d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ QtObject {
property string appName: ""

width: 400

minimumWidth: 400
minimumHeight: 140
ColumnLayout {
width: parent.width
Label {
Expand Down

0 comments on commit bdbb1d3

Please sign in to comment.