zhuzichu520 / FluentUI

FluentUI for QML
MIT License
3.48k stars 455 forks source link

FluWindow设置maximumWidth,maximumHeight无效 #486

Open xiere484 opened 5 months ago

xiere484 commented 5 months ago

FluWindow { width: 640 height: 480 minimumWidth: 640 minimumHeight: 480 maximumWidth: 640 maximumHeight: 480 visible: true appBar: undefined