update
This commit is contained in:
parent
0e0a385f2d
commit
924ce5d127
|
@ -69,10 +69,10 @@ Window {
|
|||
Component.onCompleted: {
|
||||
_realHeight = height
|
||||
_realWidth = width
|
||||
lifecycle.onCompleted(window)
|
||||
initArgument(argument)
|
||||
moveWindowToDesktopCenter()
|
||||
fixWindowSize()
|
||||
lifecycle.onCompleted(window)
|
||||
initArgument(argument)
|
||||
useSystemAppBar = FluApp.useSystemAppBar
|
||||
if(!useSystemAppBar){
|
||||
loader_frameless_helper.sourceComponent = com_frameless_helper
|
||||
|
|
|
@ -68,10 +68,10 @@ Window {
|
|||
Component.onCompleted: {
|
||||
_realHeight = height
|
||||
_realWidth = width
|
||||
lifecycle.onCompleted(window)
|
||||
initArgument(argument)
|
||||
moveWindowToDesktopCenter()
|
||||
fixWindowSize()
|
||||
lifecycle.onCompleted(window)
|
||||
initArgument(argument)
|
||||
useSystemAppBar = FluApp.useSystemAppBar
|
||||
if(!useSystemAppBar){
|
||||
loader_frameless_helper.sourceComponent = com_frameless_helper
|
||||
|
|
Loading…
Reference in New Issue