mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 17:59:33 +02:00
Merge pull request #7054 from howard-stearns/editjs-ToolWindow-initial-position
Fix ToolWindow's initial position (e.g., as used by edit.js).
This commit is contained in:
commit
9e3a13795a
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ Windows.Window {
|
||||||
property string newTabSource
|
property string newTabSource
|
||||||
property alias tabView: tabView
|
property alias tabView: tabView
|
||||||
onParentChanged: {
|
onParentChanged: {
|
||||||
x = desktop.width / 2 - width / 2;
|
x = 120;
|
||||||
y = desktop.height / 2 - height / 2;
|
y = 120;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings {
|
Settings {
|
||||||
|
|
Loading…
Reference in a new issue