This commit is contained in:
zhuzichu
2023-07-07 17:58:00 +08:00
parent 26ad581072
commit 112bb6e07a
6 changed files with 8 additions and 2 deletions

View File

@ -58,6 +58,7 @@ FluScrollablePage{
width: parent.width
height: parent.height
contentWidth: width
maximumFlickVelocity: 1680
contentHeight: text_info.height
ScrollBar.vertical: FluScrollBar {}
FluText{

View File

@ -21,7 +21,7 @@ CustomWindow {
launchMode: FluWindow.SingleTask
closeFunc:function(event){
close_app.open()
dialog_close.open()
event.accepted = false
}
@ -59,7 +59,7 @@ CustomWindow {
}
FluContentDialog{
id:close_app
id:dialog_close
title:"退出"
message:"确定要退出程序吗?"
negativeText:"最小化"