This commit is contained in:
zhuzichu
2023-07-11 10:46:57 +08:00
parent 6275c161fe
commit 78815224fe
10 changed files with 7 additions and 9 deletions

View File

@ -33,6 +33,7 @@ FluContentPage {
cellWidth: 80
cellHeight: 80
clip: true
boundsBehavior: GridView.StopAtBounds
model:FluApp.awesomelist()
ScrollBar.vertical: FluScrollBar {}
anchors{

View File

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

View File

@ -25,6 +25,10 @@ CustomWindow {
event.accepted = false
}
Component.onCompleted: {
FluTools.setQuitOnLastWindowClosed(false)
}
Connections{
target: appInfo
function onActiveWindow(){