@ -29,8 +29,8 @@ Window {
width: 800
height: 500
minimumWidth: 400
minimumHeight: 400
minimumWidth: 300
minimumHeight: 300
color: "#00000000"
title: UmiAbout.fullname
@ -15,8 +15,8 @@ Item {
property int mw: mainWin.width
property int mh: mainWin.height
// 最小宽高
property int minW: 400
property int minH: 400
property int minW: 300
property int minH: 300
// ========================= 【保存量】 =========================