mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-29 22:55:56 +08:00
update
This commit is contained in:
parent
0e0a385f2d
commit
924ce5d127
@ -69,10 +69,10 @@ Window {
|
|||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
_realHeight = height
|
_realHeight = height
|
||||||
_realWidth = width
|
_realWidth = width
|
||||||
lifecycle.onCompleted(window)
|
|
||||||
initArgument(argument)
|
|
||||||
moveWindowToDesktopCenter()
|
moveWindowToDesktopCenter()
|
||||||
fixWindowSize()
|
fixWindowSize()
|
||||||
|
lifecycle.onCompleted(window)
|
||||||
|
initArgument(argument)
|
||||||
useSystemAppBar = FluApp.useSystemAppBar
|
useSystemAppBar = FluApp.useSystemAppBar
|
||||||
if(!useSystemAppBar){
|
if(!useSystemAppBar){
|
||||||
loader_frameless_helper.sourceComponent = com_frameless_helper
|
loader_frameless_helper.sourceComponent = com_frameless_helper
|
||||||
|
@ -68,10 +68,10 @@ Window {
|
|||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
_realHeight = height
|
_realHeight = height
|
||||||
_realWidth = width
|
_realWidth = width
|
||||||
lifecycle.onCompleted(window)
|
|
||||||
initArgument(argument)
|
|
||||||
moveWindowToDesktopCenter()
|
moveWindowToDesktopCenter()
|
||||||
fixWindowSize()
|
fixWindowSize()
|
||||||
|
lifecycle.onCompleted(window)
|
||||||
|
initArgument(argument)
|
||||||
useSystemAppBar = FluApp.useSystemAppBar
|
useSystemAppBar = FluApp.useSystemAppBar
|
||||||
if(!useSystemAppBar){
|
if(!useSystemAppBar){
|
||||||
loader_frameless_helper.sourceComponent = com_frameless_helper
|
loader_frameless_helper.sourceComponent = com_frameless_helper
|
||||||
|
Loading…
Reference in New Issue
Block a user