mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix ToolWindow's initial position (e.g., as used by edit.js).
This commit is contained in:
parent
a8ec4bb844
commit
e2ac48fac0
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ Windows.Window {
|
|||
property string newTabSource
|
||||
property alias tabView: tabView
|
||||
onParentChanged: {
|
||||
x = desktop.width / 2 - width / 2;
|
||||
y = desktop.height / 2 - height / 2;
|
||||
x = 120;
|
||||
y = 120;
|
||||
}
|
||||
|
||||
Settings {
|
||||
|
|
Loading…
Reference in a new issue