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:
Brad Hefta-Gaub 2016-02-10 09:30:06 -08:00
commit 9e3a13795a

View file

@ -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 {