parent
3470583fd4
commit
5e8e897acc
|
@ -120,6 +120,8 @@ StatusWindow {
|
||||||
Style.changeTheme(globalSettings.theme)
|
Style.changeTheme(globalSettings.theme)
|
||||||
setX(Qt.application.screens[0].width / 2 - width / 2);
|
setX(Qt.application.screens[0].width / 2 - width / 2);
|
||||||
setY(Qt.application.screens[0].height / 2 - height / 2);
|
setY(Qt.application.screens[0].height / 2 - height / 2);
|
||||||
|
|
||||||
|
applicationWindow.updatePosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
signal navigateTo(string path)
|
signal navigateTo(string path)
|
||||||
|
|
Loading…
Reference in New Issue